From 033d9e1e12963e547b6880d167bb111456684b6c Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 10 Jan 2019 09:22:36 +0100 Subject: CSIT-1362: migrate to package cloud for HC performance tests Change-Id: I43f62ea97e432504eb4ece85744d7fd6ff426113 Signed-off-by: Michal Cmarada --- bootstrap-hc2vpp-perf.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap-hc2vpp-perf.sh') diff --git a/bootstrap-hc2vpp-perf.sh b/bootstrap-hc2vpp-perf.sh index f581b16115..a3531ab792 100755 --- a/bootstrap-hc2vpp-perf.sh +++ b/bootstrap-hc2vpp-perf.sh @@ -84,7 +84,11 @@ trap "cancel_all ${WORKING_TOPOLOGY}" EXIT # Download VPP and HC packages from the current branch echo Downloading packages... -bash ${SCRIPT_DIR}/resources/tools/scripts/download_hc_pkgs.sh ${STREAM} 'ubuntu1604' +CSIT_DIR=${SCRIPT_DIR} +source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh" +source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts_hc.sh" +download_artifacts +download_artifacts_hc if [ "${OS}" == "centos7" ]; then VPP_PKGS=(*.rpm) -- cgit 1.2.3-korg