summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-csit-functional.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-06-16 10:04:12 +0200
committerDave Wallace <dwallacelf@gmail.com>2017-06-28 16:25:49 -0400
commitf70b56deb3b825cdf69ab1d506fe37aa037fe9cf (patch)
treee4efff9aaf8124ae246ca68ecc9c68dedc5df456 /jjb/vpp/include-raw-vpp-csit-functional.sh
parentdc41ccdc01cfc89f0e08151bcc489fbf53ce175e (diff)
CSIT-682 Usage of make-verify for vpp-csit-verify jobs
Solve DPDK dependency in vpp-csit-verify* jobs, so that every time vpp-csit-verify* is triggered the latest DPDK is build and used. This patch will allows us to verify latest DPDK changes and be able to link dpdk-plugin dependencies. It suppose the remove the dependency of upgrading DPDK_DEV manually in CSIT branch. Change-Id: Id560e4798ae9261bc98497a1ffb211b39131d0e3 Signed-off-by: Peter Mikus <pmikus@cisco.com> Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/vpp/include-raw-vpp-csit-functional.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-csit-functional.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/vpp/include-raw-vpp-csit-functional.sh b/jjb/vpp/include-raw-vpp-csit-functional.sh
index 33eef0f38..38ef7e08e 100644
--- a/jjb/vpp/include-raw-vpp-csit-functional.sh
+++ b/jjb/vpp/include-raw-vpp-csit-functional.sh
@@ -18,6 +18,13 @@ if [ $? != 0 ]; then
fi
cp build-root/*.deb csit/
+if [ -e dpdk/vpp-dpdk-dkms*.deb ]
+then
+ cp dpdk/vpp-dpdk-dkms*.deb csit/
+else
+ cp /var/cache/apt/archives/vpp-dpdk-dkms*.deb csit/
+fi
+
cd csit
# execute csit bootstrap script if it exists
if [ -e bootstrap.sh ]