X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Flibraries%2FSFC%2FDockerSfc.robot;h=22f092a98b1699690f3b52bfd865ec3facc43afa;hb=94651ca9711d8eb316721775561e815830bc6c7e;hp=93b9bbe8f196501a02eed32c020c549c217164f8;hpb=89b88a0a23561f0bda62338b394ec41655679b2d;p=integration%2Ftest.git diff --git a/csit/libraries/SFC/DockerSfc.robot b/csit/libraries/SFC/DockerSfc.robot index 93b9bbe8f1..22f092a98b 100644 --- a/csit/libraries/SFC/DockerSfc.robot +++ b/csit/libraries/SFC/DockerSfc.robot @@ -57,9 +57,10 @@ Multiple Docker Exec [Arguments] ${docker_name_list} ${command} ${return_contains}=${EMPTY} ${result_code}=0 [Documentation] Execute a command in a list of dockers and return all the outputs in a list @{list_output}= Create List - : FOR ${docker_id} IN @{docker_name_list} - \ ${exec_output}= Docker Exec ${docker_id} ${command} ${return_contains} ${result_code} - \ Append To List ${list_output} ${exec_output} + FOR ${docker_id} IN @{docker_name_list} + ${exec_output}= Docker Exec ${docker_id} ${command} ${return_contains} ${result_code} + Append To List ${list_output} ${exec_output} + END [Return] ${list_output} Get Flows In Docker Containers