Upgrade RF syntax for v3.2 compatibility
[integration/test.git] / csit / suites / tsdr / HBase / 020_FlowMetrics.robot
index 710f8cd859673574a850333e5071943b2e43b0f6..1ab9f624b01d4da31c3bbac611466d62266d484e 100644 (file)
@@ -23,8 +23,9 @@ Verification of TSDR FlowMetrics
     [Documentation]    Verify the TSDR FlowStats
     Wait Until Keyword Succeeds    120s    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
 
 Verification of FlowMetrics-PacketCount on HBase Client
     [Documentation]    Verify the FlowStats-Packetcount on both Karaf console and Hbase client