X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-integration.sh;h=d29d08e9dde2a3655ef01781b422ef07a641ba0c;hp=0e0b8425c644dab558e5fa6023a2fbf4de66fd47;hb=11253012ed3eacf12d3536e060d46138141aac23;hpb=f66bdbdcf7f238034d447c37facb2623f71df06a diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index 0e0b8425c6..d29d08e9dd 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -212,7 +212,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