HC Test: fix artifact archiving in csit-hc2vpp jobs
[csit.git] / bootstrap-hc2vpp-integration.sh
index 9554924..0e0b842 100755 (executable)
@@ -210,3 +210,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