X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=integration%2Ftest.git;a=blobdiff_plain;f=csit%2Fsuites%2Fcontroller%2Fsingleton_service%2Fglobal_rpc_isolate.robot;h=9cde9346095dccf90531f7042cf18aa5eaa888ef;hp=489544107c5595cce817f3b61b610572c872975f;hb=94651ca9711d8eb316721775561e815830bc6c7e;hpb=89b88a0a23561f0bda62338b394ec41655679b2d diff --git a/csit/suites/controller/singleton_service/global_rpc_isolate.robot b/csit/suites/controller/singleton_service/global_rpc_isolate.robot index 489544107c..9cde934609 100644 --- a/csit/suites/controller/singleton_service/global_rpc_isolate.robot +++ b/csit/suites/controller/singleton_service/global_rpc_isolate.robot @@ -39,8 +39,9 @@ Rpc_Before_Isolation_On_Owner Rpc_Before_Isolation_On_Successors [Documentation] Run rpc on non owher cluster nodes. - : FOR ${idx} IN @{brt_successors} - \ Run_Rpc ${idx} + FOR ${idx} IN @{brt_successors} + Run_Rpc ${idx} + END Isolate_Current_Owner_Member [Documentation] Isolating cluster node which is the owner. @@ -65,8 +66,9 @@ Rpc_On_Isolated_Node Rpc_On_Non_Isolated_Cluster_Nodes [Documentation] Run rpc on remained cluster nodes. - : FOR ${idx} IN @{old_brt_successors} - \ BuiltIn.Wait_Until_Keyword_Succeeds 60s 5s Run_Rpc ${idx} + FOR ${idx} IN @{old_brt_successors} + BuiltIn.Wait_Until_Keyword_Succeeds 60s 5s Run_Rpc ${idx} + END Rejoin_Isolated_Member [Documentation] Rejoin isolated node @@ -84,8 +86,9 @@ Rpc_After_Rejoin_On_Old_Owner Rpc_After_Rejoin_On_All [Documentation] Run rpc again on all nodes. Run_Rpc ${brt_owner} - : FOR ${idx} IN @{brt_successors} - \ Run_Rpc ${idx} + FOR ${idx} IN @{brt_successors} + Run_Rpc ${idx} + END *** Keywords *** Setup_Suite