Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / vpnservice / 030__configure_2_switches.robot
index c166e9a07030ca6a40841f90d931ba5daa71f633..756cffb0f950c635df1d16ddade95472a060162a 100644 (file)
@@ -140,7 +140,6 @@ Verify FIB entries after delete
 Verify flows after delete
     [Documentation]    Verify if the flows are deleted from the switch
     [Tags]    verify in switch
-    [Template]
     Wait Until Keyword Succeeds    12s    2s    Ensure Flows Are Removed    ${mininet1_conn_id_1}
     Wait Until Keyword Succeeds    12s    2s    Ensure Flows Are Removed    ${mininet2_conn_id_1}
 
@@ -156,8 +155,9 @@ Ensure Flows Are Present
     Should Contain X Times    ${output}    goto_table:21    2
     Should Contain X Times    ${output}    table=20    2
     Should Contain X Times    ${output}    table=21    4
-    : FOR    ${i}    IN    @{flow_elements}
-    \    Should Contain    ${output}    ${i}
+    FOR    ${i}    IN    @{flow_elements}
+        Should Contain    ${output}    ${i}
+    END
 
 Ensure Groups Are Present
     [Arguments]    ${conn_id}    ${group_elements}    ${gre_port_id}
@@ -167,8 +167,9 @@ Ensure Groups Are Present
     ${output}=    Read Until    mininet>
     Log    ${output}
     Should Contain X Times    ${output}    actions=output:${gre_port_id}    1
-    : FOR    ${i}    IN    @{group_elements}
-    \    Should Contain    ${output}    actions=pop_mpls:0x0800,set_field:${i}
+    FOR    ${i}    IN    @{group_elements}
+        Should Contain    ${output}    actions=pop_mpls:0x0800,set_field:${i}
+    END
 
 Ensure Flows Are Removed
     [Arguments]    ${conn_id}