Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / tsdr / H2 / 030_FlowTableMetrics.robot
index dec85bb649bfd8271480b0df87de0e5f2d078ef3..505de3f11d71b4892f2693c5be681204c853765c 100644 (file)
@@ -19,11 +19,13 @@ Verification of TSDR FlowTableStats
     [Documentation]    Verify the TSDR FlowiTableStats
     Wait Until Keyword Succeeds    60s    1s    Verify the Metric is Collected?    ${TSDR_FLOWTABLE_STATS}| grep ActiveFlow    FLOWTABLESTATS
     ${output}=    Issue Command On Karaf Console    ${TSDR_FLOWTABLE_STATS}| grep openflow:1 | head    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    180
-    : FOR    ${list}    IN    @{FLOWTABLE_METRICS}
-    \    Should Contain    ${output}    ${list}
+    FOR    ${list}    IN    @{FLOWTABLE_METRICS}
+        Should Contain    ${output}    ${list}
+    END
 
 Verify FlowTableStats-Attributes on H2 Datastore using JDBC Client
     [Documentation]    Verify the PortStats,attributes on H2 Datastore using JDBC Client
-    : FOR    ${list}    IN    @{FLOWTABLE_METRICS}
-    \    ${output}=    Query Metrics on H2 Datastore    FLOWTABLESTATS    ${list}
-    \    Should Contain    ${output}    ${list}
+    FOR    ${list}    IN    @{FLOWTABLE_METRICS}
+        ${output}=    Query Metrics on H2 Datastore    FLOWTABLESTATS    ${list}
+        Should Contain    ${output}    ${list}
+    END