From be04ecc024250b42fc87ac47eb7fccbcbe8cce4c Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Tue, 14 Jul 2015 11:52:22 -0700 Subject: [PATCH] Change the clustering test plan to run exactly what is required This will save test time in CI sepecially in the -all- test. Change-Id: I79d21d751195ea6bce090683b34ea8cea4f34acf Signed-off-by: Luis Gomez (cherry picked from commit a58aa4f0862f3aff54f4ab4192fb0604751abcb9) --- test/csit/testplans/controller-clustering.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/csit/testplans/controller-clustering.txt b/test/csit/testplans/controller-clustering.txt index 1af805b0..7ea72347 100644 --- a/test/csit/testplans/controller-clustering.txt +++ b/test/csit/testplans/controller-clustering.txt @@ -1,3 +1,8 @@ # Place the suites in run order: -integration/test/csit/suites/controller/Clustering_Datastore +integration/test/csit/suites/controller/Clustering_Datastore/010_crud_on_leader.robot +integration/test/csit/suites/controller/Clustering_Datastore/020_crud_on_any_follower.robot +integration/test/csit/suites/controller/Clustering_Datastore/030_car_failover_crud_on_new_leader.robot +integration/test/csit/suites/controller/Clustering_Datastore/040_people_failover_crud_on_new_leader.robot +integration/test/csit/suites/controller/Clustering_Datastore/050_car_persistence_recovery.robot +integration/test/csit/suites/controller/Clustering_Datastore/140_recovery_restart_follower.robot -- 2.36.6