CSIT-1590: Performance comparison analysis
[csit.git] / bootstrap-vpp-verify-nightly.sh
index 38f4eea..927eca8 100644 (file)
@@ -35,7 +35,7 @@ LOG_PATH="$TMPDIR"
 
 if [ -f "/etc/redhat-release" ]; then
     DISTRO="CENTOS"
-    sudo yum install -y python-devel python-virtualenv
+    sudo yum install -y python-devel python-virtualenv openssh-clients sshpass
     PACKAGE=rpm
 else
     DISTRO="UBUNTU"
@@ -55,7 +55,11 @@ else
     # Download the latest VPP build install packages
     rm -f *.${PACKAGE}
     echo Downloading VPP packages...
-    bash ${SCRIPT_DIR}/resources/tools/download_install_vpp_pkgs.sh --skip-install
+    CSIT_DIR=${SCRIPT_DIR}
+    source "${SCRIPT_DIR}/resources/libraries/bash/function/artifacts.sh"
+    download_artifacts
+    # Need to revert -euo as the rest of script is not optimized for this.
+    set +euo pipefail
 fi
 
 # Take vpp package and get the vpp version