Add restart tests for remaining ddb suites 59/57259/1
authorPeter Gubka <pgubka@cisco.com>
Wed, 17 May 2017 10:51:57 +0000 (12:51 +0200)
committerPeter Gubka <pgubka@cisco.com>
Wed, 17 May 2017 10:53:20 +0000 (12:53 +0200)
Change-Id: I6f60a2c3cf3e3e769d5fa0ab364062851a403a1f
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/suites/controller/dom_data_broker/clean_leader_shutdown.robot
csit/suites/controller/dom_data_broker/clean_leader_shutdown_prefbasedshard.robot
csit/suites/controller/dom_data_broker/explicit_leader_movement.robot
csit/suites/controller/dom_data_broker/explicit_leader_movement_prefbasedshard.robot
csit/suites/controller/dom_data_broker/leader_isolation.robot
csit/suites/controller/dom_data_broker/leader_isolation_prefbasedshard.robot

index f949ae1e53f4950e9ed6858fb8e568671d297a4b..1100a04c90739ea5070c6d602cc2d21bdd349d8f 100644 (file)
@@ -26,6 +26,11 @@ Local_Leader_Shutdown
     [Documentation]    Shutdown the leader on the same node as transaction producer.
     local
 
+Restart
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_Leader_Shutdown
     [Documentation]    Shutdown the leader on different node as transaction producer.
     remote
index 251ff7bbdf5ac19a36f6bf88a5dfa5b30b8a323b..276522565b8816704b50b8583bc20eb10d69029f 100644 (file)
@@ -28,6 +28,11 @@ Local_Leader_Shutdown
     [Documentation]    Shutdown the leader on the same node as transaction producer.
     local
 
+Restart
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_Leader_Shutdown
     [Documentation]    Shutdown the leader on different node as transaction producer.
     remote
index 0e900b3be4a062b49cf7091354b330526f8d00d5..4ee28f6f99f9fd3ef02e98e25842399f5b3c21ae 100644 (file)
@@ -26,10 +26,20 @@ Local_To_Remote_Movement
     [Documentation]    Leader moves from local to remote node during transaction producing.
     local    remote
 
+Restart1
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_To_Remote_Movement
     [Documentation]    Leader moves from one remote to other remote node during transaction producing.
     remote    remote
 
+Restart2
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_To_Local_Movement
     [Documentation]    Leader moves from remote to local node during transaction producing.
     remote    local
index 8745215f8a1a74e579ad6e7e49f61b4f45ce29c2..0adbfd77ad4fdfb6310646d9f7df83efdd6e5f59 100644 (file)
@@ -28,10 +28,20 @@ Local_To_Remote_Movement
     [Documentation]    Leader moves from local to remote node during transaction producing.
     local    remote
 
+Restart1
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_To_Remote_Movement
     [Documentation]    Leader moves from one remote to other remote node during transaction producing.
     remote    remote
 
+Restart2
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Remote_To_Local_Movement
     [Documentation]    Leader moves from remote to local node during transaction producing.
     remote    local
index 510362cd457649984df9c90fe06fe262251e3872..34ac42c02ff1c5db58bc499d866ca4975ac932c1 100644 (file)
@@ -25,6 +25,11 @@ Healing_Within_Transaction_Timeout
     ...    and within transaction timeout.
     ${HEAL_WITHIN_TRANS_TIMEOUT}
 
+Restart
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Healing_After_2x_Transaction_Timeout
     [Documentation]    The isolated node (leader) is rejoined after 2x transaction timeout.
     ${${TRANSACTION_TIMEOUT_2X}+1}
index 0108e841cf23fd5f596a346557447dde2400a43c..6d0fd445e383e1c95d42dc3f46e4986a10bcbfe8 100644 (file)
@@ -27,6 +27,11 @@ Healing_Within_Transaction_Timeout
     ...    and within transaction timeout.
     ${HEAL_WITHIN_TRANS_TIMEOUT}
 
+Restart
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Healing_After_2x_Transaction_Timeout
     [Documentation]    The isolated node (leader) is rejoined after 2x transaction timeout.
     ${${TRANSACTION_TIMEOUT_2X}+1}