From 677ae40a2be6db9f49b19ada3c4299a8904f7784 Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 15 Dec 2016 13:51:57 +0100 Subject: HC Test: fix archiving artifacts in csit-hc2vpp jobs Change-Id: I392eac7404d5e1793a7de9d7a44b9defb89e7b9d Signed-off-by: selias --- bootstrap-hc2vpp-integration.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bootstrap-hc2vpp-integration.sh') diff --git a/bootstrap-hc2vpp-integration.sh b/bootstrap-hc2vpp-integration.sh index 0e0b8425c6..d29d08e9dd 100755 --- a/bootstrap-hc2vpp-integration.sh +++ b/bootstrap-hc2vpp-integration.sh @@ -212,7 +212,5 @@ PYTHONPATH=`pwd` pybot -L TRACE -W 136\ 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 +scp ${SSH_OPTIONS} \ + ${VIRL_USERNAME}@${VIRL_SERVER}:/scratch/${VIRL_SID}/honeycomb.log . || true -- cgit 1.2.3-korg