X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify.sh;h=13a65bdfcb55d630d4d8630afd17599dceb9511d;hp=2f0ec20f619a301717bed62f2eed6a7ea2f1306d;hb=677ae40a2be6db9f49b19ada3c4299a8904f7784;hpb=eafa40a443655df6d286fdabca830ca356ce51af diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 2f0ec20f61..13a65bdfcb 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -209,7 +209,5 @@ PYTHONPATH=`pwd` pybot -L TRACE -W 136\ tests/ # Get Honeycomb log file from virl host -# log only exists on DUT1 -for index in "${!VIRL_SERVER[@]}"; do - scp ${SSH_OPTIONS} ${VIRL_USERNAME}@${VIRL_SERVER[${index}]}:/var/log/honeycomb/honeycomb.log . || true -done +scp ${SSH_OPTIONS} \ + ${VIRL_USERNAME}@${VIRL_SERVER}:/scratch/${VIRL_SID}/honeycomb.log . || true