X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fcontroller%2Fdom_data_broker%2Fexplicit_leader_movement_prefbasedshard.robot;h=f3911f8e681f99ca18a2d21a50ba4666ed7011fe;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=4cf18b47831d6522c300ed2d9fe4dbdbb14210ec;hpb=db9585a6a4856e7d30deaf06292a877bea654c4f;p=integration%2Ftest.git diff --git a/csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot b/csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot index 4cf18b4783..f3911f8e68 100644 --- a/csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot +++ b/csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot @@ -11,12 +11,12 @@ Documentation DOMDataBroker testing: Explicit Leader Movement ... leader is moved as the result of explicit application request. This is performed ... by having a steady-stream producer execute operations against the shard and then ... initiate shard leader shutdown, then the producer is shut down cleanly. -Suite Setup BuiltIn.Run_Keywords SetupUtils.Setup_Utils_For_Setup_And_Teardown +Suite Setup SetupUtils.Setup_Utils_For_Setup_And_Teardown http_timeout=125 +Suite Teardown SSHLibrary.Close_All_Connections +Test Setup BuiltIn.Run_Keywords SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing ... AND DdbCommons.Create_Prefix_Based_Shard_And_Verify -Suite Teardown BuiltIn.Run_Keywords DdbCommons.Remove_Prefix_Based_Shard_And_Verify -... AND SSHLibrary.Close_All_Connections -Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing -Test Teardown SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed +Test Teardown BuiltIn.Run_Keywords DdbCommons.Remove_Prefix_Based_Shard_And_Verify +... AND SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed Default Tags critical Test Template DdbCommons.Explicit_Leader_Movement_PrefBasedShard_Test_Templ Library SSHLibrary @@ -28,10 +28,22 @@ Local_To_Remote_Movement [Documentation] Leader moves from local to remote node during transaction producing. local remote +Restart1 + [Documentation] Restart odl. + [Setup] SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing + DdbCommons.Restart_Test_Templ + [Teardown] SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed + Remote_To_Remote_Movement [Documentation] Leader moves from one remote to other remote node during transaction producing. remote remote +Restart2 + [Documentation] Restart odl. + [Setup] SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing + DdbCommons.Restart_Test_Templ + [Teardown] SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed + Remote_To_Local_Movement [Documentation] Leader moves from remote to local node during transaction producing. remote local