summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-03-08 07:42:14 -0700
committerEd Kern <ejk@cisco.com>2018-03-08 07:42:14 -0700
commitfe027db8be8348f851f889e4fa10903b4520d2ce (patch)
tree9037bbd6a9ce60dd31492ce38a16797d982f6d0e /jjb/scripts/setup_vpp_ubuntu_docker_test.sh
parent328a95b803ed73e04b8f2ea5d7611b669b63bb2c (diff)
VPP: removed dpdk deb copy for csit runs
they will look in copy source directory for this deb if needed Change-Id: Id78fac6b0adf8d17be7d89733d9abf1ec9a5f2d1 Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'jjb/scripts/setup_vpp_ubuntu_docker_test.sh')
-rw-r--r--jjb/scripts/setup_vpp_ubuntu_docker_test.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
index 9212fcab4..aeae56f7b 100644
--- a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
+++ b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
@@ -29,9 +29,3 @@ elif [ "${OS_ID}" == "opensuse" ]; then
yum list installed || true
pip list || true
fi
-
-if [ "x${IS_CSIT_VPP_JOB}" == "xTrue" ]; then
- (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