Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / controller / cluster_singleton / master_stability.robot
index 27f6f004c5afc317d90a1caf9af28a0503f11595..1f4109cdecfdba7e0d08588a7406d810f16503c6 100644 (file)
@@ -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