Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / tsdr / H2 / 020_FlowMetrics.robot
index 1dc5c17ab3a74da57eeb85190cd737f1189c407f..b55411a7da66a20cb0c27b8c080ff38494db4b2a 100644 (file)
@@ -19,11 +19,13 @@ Verification of TSDR FlowMetrics
     [Documentation]    Verify the TSDR FlowStats
     Wait Until Keyword Succeeds    60s    1s    Verify the Metric is Collected?    ${TSDR_FLOWSTATS}    PacketCount
     ${output}=    Issue Command On Karaf Console    ${TSDR_FLOWSTATS}    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    30
-    : FOR    ${list}    IN    @{FLOW_METRICS}
-    \    Should Contain    ${output}    ${list}
+    FOR    ${list}    IN    @{FLOW_METRICS}
+        Should Contain    ${output}    ${list}
+    END
 
 Verify FlowStats-Attributes on H2 Datastore using JDBC Client
     [Documentation]    Verify the PortStats,attributes on H2 Datastore using JDBC Client
-    : FOR    ${list}    IN    @{FLOW_METRICS}
-    \    ${output}=    Query Metrics on H2 Datastore    FLOWSTATS    ${list}
-    \    Should Contain    ${output}    ${list}
+    FOR    ${list}    IN    @{FLOW_METRICS}
+        ${output}=    Query Metrics on H2 Datastore    FLOWSTATS    ${list}
+        Should Contain    ${output}    ${list}
+    END