Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / openflowplugin / Flows_Additional_TCs / Stat_Manager_extended / 020_SM_sal_add_upd_del_flows.robot
index a99cb3fa615904137cf31c9bc22ef443e8e8c951..fc18e172221b2e1e9bb96e6ca81005caf7972348 100644 (file)
@@ -32,11 +32,12 @@ ${switch_name}    s${switch_idx}
 Test Add Flows Group 0
     [Documentation]    Add all flows and waits for SM to collect data
     [Template]    NONE
-    : FOR    ${flowfile}    IN    @{flowlist0}
-    \    Log    ${flowfile}
-    \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Add Flow Via RPC    ${switch_idx}    ${xmlroot}
-    # Lets wait for ofp to collect stats
+    FOR    ${flowfile}    IN    @{flowlist0}
+        Log    ${flowfile}
+        Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
+        Run Keyword And Continue On Failure    Add Flow Via RPC    ${switch_idx}    ${xmlroot}
+        # Lets wait for ofp to collect stats
+    END
     ${flows}=    Get Length    ${flowlist0}
     Wait Until Keyword Succeeds    30s    2s    FlowLib.Check Flow Stats Are Available    openflow:1    ${flows}
     # Show switch content (for debug purposes if needed)
@@ -193,11 +194,12 @@ Test Is Flow 220 Added
 Test Update Flows Group 0
     [Documentation]    Update all flows and waits for SM to collect data
     [Template]    NONE
-    : FOR    ${flowfile}    IN    @{flowlist0}
-    \    Log    ${flowfile}
-    \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Update Flow Via RPC    ${switch_idx}    ${data}    ${upddata}
-    # Lets wait for ofp to collect stats
+    FOR    ${flowfile}    IN    @{flowlist0}
+        Log    ${flowfile}
+        Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
+        Run Keyword And Continue On Failure    Update Flow Via RPC    ${switch_idx}    ${data}    ${upddata}
+        # Lets wait for ofp to collect stats
+    END
     Sleep    ${flow_update_time}
     # Show switch content (for debug purposes if needed)
     Write    dpctl dump-flows -O OpenFlow13
@@ -356,11 +358,12 @@ Test Is Flow 220 Updated
 Test Delete Flows Group 0
     [Documentation]    Delete all flows and waits for SM to collect data
     [Template]    NONE
-    : FOR    ${flowfile}    IN    @{flowlist0}
-    \    Log    ${flowfile}
-    \    Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
-    \    Run Keyword And Continue On Failure    Delete Flow Via RPC    ${switch_idx}    ${xmlroot}
-    # Lets wait for ofp to collect stats
+    FOR    ${flowfile}    IN    @{flowlist0}
+        Log    ${flowfile}
+        Create Flow Variables For Suite From XML File    ${XmlsDir}/${flowfile}
+        Run Keyword And Continue On Failure    Delete Flow Via RPC    ${switch_idx}    ${xmlroot}
+        # Lets wait for ofp to collect stats
+    END
     Sleep    ${flow_update_time}
     # Show switch content (for debug purposes if needed)
     Write    dpctl dump-flows -O OpenFlow13