From f66bdbdcf7f238034d447c37facb2623f71df06a Mon Sep 17 00:00:00 2001 From: selias Date: Tue, 13 Dec 2016 10:43:38 +0100 Subject: HC Test: fix artifact archiving in csit-hc2vpp jobs - scp the honeycomb log from virl DUT - remove unused bootstrap file left over from the old job Change-Id: I863436bb8865d2003812e21f01854855059665f6 Signed-off-by: selias --- bootstrap-hc2vpp-integration.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootstrap-hc2vpp-integration.sh') diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index 9554924122..0e0b8425c6 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -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 -- cgit 1.2.3-korg