Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / openflowplugin / Maximum_Links / 010__finding_max_links.robot
index 13df49e8761956365d8dee2f4738f4ba2b9912b5..8eae612c185853c623eb3f12e50776216f7291a6 100644 (file)
@@ -19,11 +19,12 @@ Find Max Links
     ${error_message}=    Set Variable    Fail initializing suite
     ${maximum_links}=    Set Variable    ${0}
     ${discover_time}=    Set Variable    0
-    : FOR    ${switches}    IN    @{SWITCH_LIST}
-    \    ${status}    ${error_message}    ${topology_discover_time}    WorkflowsOpenFlow.Workflow Full Mesh Topology    ${switches}
-    \    Exit For Loop If    '${status}' == 'FAIL'
-    \    ${maximum_links}=    Evaluate    ${switches} * ${switches-1}
-    \    ${discover_time}=    Set Variable    ${topology_discover_time}
+    FOR    ${switches}    IN    @{SWITCH_LIST}
+        ${status}    ${error_message}    ${topology_discover_time}    WorkflowsOpenFlow.Workflow Full Mesh Topology    ${switches}
+        Exit For Loop If    '${status}' == 'FAIL'
+        ${maximum_links}=    Evaluate    ${switches} * ${switches-1}
+        ${discover_time}=    Set Variable    ${topology_discover_time}
+    END
     Log to console    ${\n}
     Log To Console    Execution stopped because: ${error_message}
     Log To Console    Max Links: ${maximum_links}