summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-03-14 09:38:07 -0600
committerEd Kern <ejk@cisco.com>2018-03-14 09:38:07 -0600
commit2c82af8955a78fb86e4f4e08f86f200b95da9e70 (patch)
treeaa7b3c3299a899f97b3eb2123db6682e18a7bd60 /jjb/scripts/setup_vpp_ubuntu_docker_test.sh
parentde41dd26f5c342c486c23d8e21bab32e58d50f0c (diff)
VPP: remove opensuse hand built dpdk
While opensuse doesnt install dpdk from the repo handbuilt prebuilt image still must be removed. Change-Id: I48615e3f56cfc6ccd0f493f814922afe8d5f6245 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.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
index 1fca78215..9280b7ff3 100644
--- a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
+++ b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
@@ -39,5 +39,7 @@ if [ "${GERRIT_BRANCH}" != "master" ]; then
elif [ "${OS_ID}" == "centos" ]; then
yum -y erase vpp-dpdk-devel || true
yum clean all || true
+ elif [ "${OS_ID}" == "opensuse" ]; then
+ yum -y erase vpp-dpdk-devel || true
fi
fi