Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / groupbasedpolicy / GBPSFC / 6-node / GBPSFC_6node.robot
index 850021477136d6804be0342bdbede2cf569d77e6..1686c56754081f582b958fb8583d3f4fe1771066 100644 (file)
@@ -43,6 +43,7 @@ Teardown Node
 Setup Nodes
     [Arguments]    ${GBPSFCs}    ${init_scripts_dir}
     ${sw_index}    Set Variable    0
-    : FOR    ${GBPSFC}    IN    @{GBPSFCs}
-    \    Setup Node    ${GBPSFC}    ${sw_index}    ${init_scripts_dir}    timeout=10s
-    \    ${sw_index}    Evaluate    ${sw_index} + 1
+    FOR    ${GBPSFC}    IN    @{GBPSFCs}
+        Setup Node    ${GBPSFC}    ${sw_index}    ${init_scripts_dir}    timeout=10s
+        ${sw_index}    Evaluate    ${sw_index} + 1
+    END