X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify.sh;fp=bootstrap-hc2vpp-verify.sh;h=2f0ec20f619a301717bed62f2eed6a7ea2f1306d;hp=947ad95312f2a2a99cc6d0babf4de84bc7b82183;hb=f66bdbdcf7f238034d447c37facb2623f71df06a;hpb=d7fed63ae2b5d7b3d1f67f572da2d23388f22018 diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 947ad95312..2f0ec20f61 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -207,3 +207,9 @@ PYTHONPATH=`pwd` pybot -L TRACE -W 136\ --include honeycomb_sanity \ --noncritical EXPECTED_FAILING \ 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