X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-centos.sh;h=b7c6891ef643440ec7e7aad3cd597043d77df8b2;hp=56f50b21cf9b6a50131dedf937072cdbdd8391d6;hb=9339a16712a48e85fe97d3e6d9c3ab4a61455d1b;hpb=2c4babd95c188b8b0038f6f39448cb469b9bc23a diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh index 56f50b21cf..b7c6891ef6 100755 --- a/bootstrap-centos.sh +++ b/bootstrap-centos.sh @@ -195,7 +195,8 @@ for index in "${!VIRL_SERVER[@]}"; do echo "Starting simulation nr. ${index} on VIRL server ${VIRL_SERVER[${index}]}" VIRL_SID[${index}]=$(ssh ${SSH_OPTIONS} \ ${VIRL_USERNAME}@${VIRL_SERVER[${index}]} \ - "start-testcase -c ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE} ${VPP_RPMS_FULL[@]}") + "start-testcase -vv --copy ${VIRL_TOPOLOGY} \ + --release ${VIRL_RELEASE} ${VPP_RPMS_FULL[@]}") retval=$? if [ ${retval} -ne "0" ]; then echo "VIRL simulation start failed on ${VIRL_SERVER[${index}]}"