X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=cfb5a8f32016ada0b6c5134905c50e46b9e3043f;hp=d9c41c5ffb152e08c121a602b4d94e3797ea3ad0;hb=9739ad805d43b7e92468b643c1f300f4a0651b70;hpb=728b59403d2ddedb8cfc2450e43d58d9ae8aad60 diff --git a/bootstrap.sh b/bootstrap.sh index d9c41c5ffb..cfb5a8f320 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -265,6 +265,8 @@ for index in "${!VIRL_SERVER[@]}"; do ${VIRL_USERNAME}@${VIRL_SERVER[${index}]} \ "start-testcase -vv --quota ${IP_QUOTA} --copy ${VIRL_TOPOLOGY} \ --release ${VIRL_RELEASE} ${VPP_PKGS_FULL[@]}") + # TODO: remove param ${VPP_PKGS_FULL[@]} when start-testcase script is + # updated on all virl servers retval=$? if [ ${retval} -ne "0" ]; then echo "VIRL simulation start failed on ${VIRL_SERVER[${index}]}"