Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / sxp / cluster-binding / 010_Bindings_consistency.robot
index d39534c5be90d90bab03f02800603336324b3172..f565c7823f71626322e80317d4e62d8cdc442fa2 100644 (file)
@@ -61,8 +61,9 @@ Setup Custom SXP Cluster
     [Documentation]    Setup custom SXP cluster topology with ${NUM_ODL_SYSTEM} nodes and one device
     SxpClusterLib.Check Shards Status
     SxpClusterLib.Setup SXP Cluster    ${mode}
-    : FOR    ${i}    IN RANGE    1    25
-    \    SxpLib.Add Bindings    ${i}0    ${i}.${i}.${i}.${i}/32    node=${node}    session=${session}
+    FOR    ${i}    IN RANGE    1    25
+        SxpLib.Add Bindings    ${i}0    ${i}.${i}.${i}.${i}/32    node=${node}    session=${session}
+    END
 
 Isolate SXP Controller
     [Arguments]    ${controller_index}    ${node}    ${session}=ClusterManagement__session_${controller_index}
@@ -87,5 +88,6 @@ Check Bindings
     [Arguments]    ${node}    ${session}
     [Documentation]    Checks that bindings were propagated to Peer
     ${resp} =    SxpLib.Get Bindings    node=${node}    session=${session}
-    : FOR    ${i}    IN RANGE    1    25
-    \    SxpLib.Should Contain Binding    ${resp}    ${i}0    ${i}.${i}.${i}.${i}/32
+    FOR    ${i}    IN RANGE    1    25
+        SxpLib.Should Contain Binding    ${resp}    ${i}0    ${i}.${i}.${i}.${i}/32
+    END