aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-hc2vpp-perf.sh
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-01-10 09:22:36 +0100
committerMichal Cmarada <mcmarada@cisco.com>2019-01-10 08:33:20 +0000
commit033d9e1e12963e547b6880d167bb111456684b6c (patch)
tree712e532b1f4a791f98eeb834956eadb62eda94b0 /bootstrap-hc2vpp-perf.sh
parent5f809dd2414d50fd6f229fc2ba2ff42d66df5dde (diff)
CSIT-1362: migrate to package cloud for HC performance tests
Change-Id: I43f62ea97e432504eb4ece85744d7fd6ff426113 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'bootstrap-hc2vpp-perf.sh')
-rwxr-xr-xbootstrap-hc2vpp-perf.sh6
1 files changed, 5 insertions, 1 deletions
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)