Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / tsdr / HSQLDB / 020_FlowMetrics.robot
index 0a5753ef3d153479894daade00d8788c03a7c036..5713e4c84d3aad6279d65ae12d0a16a4e8c82bcf 100644 (file)
@@ -23,8 +23,9 @@ 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
 
 *** Keywords ***
 Init Variables Master