Add restart test case to ddb suites
[integration/test.git] / csit / suites / controller / dom_data_broker / client_isolation.robot
index 735803a00de0f40883d9ee803a7c8f100ec67d87..187aadddba8717eee8bf10bcc62d653df9425223 100644 (file)
@@ -26,14 +26,29 @@ Producer_On_Shard_Leader_Node_ChainedTx
     [Documentation]    Client isolation with producer on shard leader with chained transactions.
     leader    ${CHAINED_TX}
 
+Restart1
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Producer_On_Shard_Leader_Node_SimpleTx
     [Documentation]    Client isolation with producer on shard leader with simple transactions.
     leader    ${SIMPLE_TX}
 
+Restart2
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Producer_On_Shard_Non_Leader_Node_ChainedTx
     [Documentation]    Client isolation with producer on shard non-leader with chained transactions.
     non-leader    ${CHAINED_TX}
 
+Restart3
+    [Documentation]    Restart odl
+    [Template]
+    DdbCommons.Restart_Test_Templ
+
 Producer_On_Shard_Non_Leader_Node_SimpleTx
     [Documentation]    Client isolation with producer on shard non-leader with simple transactions.
     non-leader    ${SIMPLE_TX}