X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-verify.sh;h=13a65bdfcb55d630d4d8630afd17599dceb9511d;hp=947ad95312f2a2a99cc6d0babf4de84bc7b82183;hb=982e81efab69bc007455481b6425fcebc7213906;hpb=97792bf731c00968581d98fcbea67e69ce9c6abd diff --git a/bootstrap-hc2vpp-verify.sh b/bootstrap-hc2vpp-verify.sh index 947ad95312..13a65bdfcb 100755 --- a/bootstrap-hc2vpp-verify.sh +++ b/bootstrap-hc2vpp-verify.sh @@ -207,3 +207,7 @@ PYTHONPATH=`pwd` pybot -L TRACE -W 136\ --include honeycomb_sanity \ --noncritical EXPECTED_FAILING \ tests/ + +# Get Honeycomb log file from virl host +scp ${SSH_OPTIONS} \ + ${VIRL_USERNAME}@${VIRL_SERVER}:/scratch/${VIRL_SID}/honeycomb.log . || true