X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fcontroller%2Fcluster_singleton%2Fmaster_stability.robot;h=1f4109cdecfdba7e0d08588a7406d810f16503c6;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=27f6f004c5afc317d90a1caf9af28a0503f11595;hpb=e23e5bddd67feeb6a39ee27aca5d6db49c879491;p=integration%2Ftest.git diff --git a/csit/suites/controller/cluster_singleton/master_stability.robot b/csit/suites/controller/cluster_singleton/master_stability.robot index 27f6f004c5..1f4109cdec 100644 --- a/csit/suites/controller/cluster_singleton/master_stability.robot +++ b/csit/suites/controller/cluster_singleton/master_stability.robot @@ -62,5 +62,6 @@ Setup_Keyword Get_Node_Idx_To_Unregister [Documentation] Return the first non owner node from the stored candidate list. - : FOR ${index} IN @{cs_candidates} - \ BuiltIn.Return_From_Keyword_If "${index}" != "${cs_owner}" ${index} + FOR ${index} IN @{cs_candidates} + BuiltIn.Return_From_Keyword_If "${index}" != "${cs_owner}" ${index} + END