X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-hc2vpp-perf.sh;h=a3531ab7925893289f35033c2028880d51a101fc;hp=f581b16115c64e1d6e90734f32db8f35c0cde475;hb=5df1c3270217408b1928bcc30e5283635112055c;hpb=e9fd036d69ab8e80f2a695d4b2dbfe5da2b9c757 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)