From: Luis Gomez Date: Tue, 14 Jul 2015 18:52:22 +0000 (-0700) Subject: Change the clustering test plan to run exactly what is required X-Git-Tag: release/helium-sr4~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=commitdiff_plain;h=c46442cfe612da662bd979bff9e85d1cd33acb71 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 --- diff --git a/test/csit/testplans/controller-clustering.txt b/test/csit/testplans/controller-clustering.txt index 1af805b0e7..7ea723472d 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