Update of VPP_STABLE_VER
[csit.git] / bootstrap-hc2vpp-integration.sh
index 9554924..d29d08e 100755 (executable)
@@ -210,3 +210,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