X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FBulkomaticKeywords.robot;h=8bb88644730746cef06f9809f33910b120c79bfc;hb=7dc9678b294479446ce4fb72ccca9994384bd03b;hp=84e3697112b7fc01c7afb0111ec8c71dd76177d5;hpb=6dcd6ab8611b4bad538a51b4f4d1048fd303f7d6;p=integration%2Ftest.git diff --git a/csit/libraries/BulkomaticKeywords.robot b/csit/libraries/BulkomaticKeywords.robot index 84e3697112..8bb8864473 100644 --- a/csit/libraries/BulkomaticKeywords.robot +++ b/csit/libraries/BulkomaticKeywords.robot @@ -90,12 +90,15 @@ Get Bulk Flow And Verify Count In Cluster [Arguments] ${json_body_get} ${timeout} ${flow_count} ${controller_index_list}=${EMPTY} [Documentation] Get Bulk Flow and Verify Flow Count in ${controller_index_list} matches ${flow_count}. ${index_list} = ClusterManagement.List Indices Or All given_list=${controller_index_list} - : FOR ${index} IN @{index_list} - \ Get Bulk Flow ${json_body_get} ${index} - : FOR ${index} IN @{index_list} - \ Wait Until Read Finishes ${index} ${timeout} - : FOR ${index} IN @{index_list} - \ Verify Flow Count ${flow_count} ${index} + FOR ${index} IN @{index_list} + Get Bulk Flow ${json_body_get} ${index} + END + FOR ${index} IN @{index_list} + Wait Until Read Finishes ${index} ${timeout} + END + FOR ${index} IN @{index_list} + Verify Flow Count ${flow_count} ${index} + END Set DPN And Flow Count In Json Add [Arguments] ${json_config} ${dpn_count} ${flows_count}