X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Ftsdr%2FH2%2F020_FlowMetrics.robot;h=b55411a7da66a20cb0c27b8c080ff38494db4b2a;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=1dc5c17ab3a74da57eeb85190cd737f1189c407f;hpb=89b88a0a23561f0bda62338b394ec41655679b2d;p=integration%2Ftest.git diff --git a/csit/suites/tsdr/H2/020_FlowMetrics.robot b/csit/suites/tsdr/H2/020_FlowMetrics.robot index 1dc5c17ab3..b55411a7da 100644 --- a/csit/suites/tsdr/H2/020_FlowMetrics.robot +++ b/csit/suites/tsdr/H2/020_FlowMetrics.robot @@ -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