Merge "Enable MRR perf trending jobs"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 7 Mar 2018 15:25:17 +0000 (15:25 +0000)
committerGerrit Code Review <gerrit@fd.io>
Wed, 7 Mar 2018 15:25:17 +0000 (15:25 +0000)
jjb/scripts/setup_vpp_ubuntu_docker_test.sh

index d7a2ee1..9212fca 100644 (file)
@@ -31,7 +31,7 @@ elif [ "${OS_ID}" == "opensuse" ]; then
 fi
 
 if [ "x${IS_CSIT_VPP_JOB}" == "xTrue" ]; then
-       (cd dpdk ; apt-get download vpp-dpdk-dkms > /dev/null 2>&1) || true
+    (cp /w/dpdk/vpp-dpdk-dkms*.deb ./dpdk/ > /dev/null 2>&1 ) || true
     ls -l dpdk/*.deb || true
     echo "csit vpp-dpdk-dkms package download"
 fi
\ No newline at end of file