VPP: remove opensuse hand built dpdk 79/11179/1
authorEd Kern <ejk@cisco.com>
Wed, 14 Mar 2018 15:38:07 +0000 (09:38 -0600)
committerEd Kern <ejk@cisco.com>
Wed, 14 Mar 2018 15:38:07 +0000 (09:38 -0600)
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>
jjb/scripts/setup_vpp_ubuntu_docker_test.sh

index 1fca782..9280b7f 100644 (file)
@@ -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