Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / sxp / filtering / 100_Inbound_Filtering_Policy.robot
index 75d9079bf792ce519ebd11238ac7e9044675bae1..4e4a7b35029017d91ec494652b8f9258c9044006 100644 (file)
@@ -109,6 +109,7 @@ Reconnect Peers
     [Arguments]    ${version}=version4    ${PASSWORD}=none
     [Documentation]    Reconnect all peers connected to node containing filters
     Clean Connections    127.0.0.1
-    : FOR    ${node}    IN RANGE    2    6
-    \    Add Connection    ${version}    both    127.0.0.${node}    64999    127.0.0.1
-    \    ...    ${PASSWORD}
+    FOR    ${node}    IN RANGE    2    6
+        Add Connection    ${version}    both    127.0.0.${node}    64999    127.0.0.1
+        ...    ${PASSWORD}
+    END