From 2c82af8955a78fb86e4f4e08f86f200b95da9e70 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Wed, 14 Mar 2018 09:38:07 -0600 Subject: 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 --- jjb/scripts/setup_vpp_ubuntu_docker_test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/scripts/setup_vpp_ubuntu_docker_test.sh') 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 -- cgit 1.2.3-korg