From 03c2b5b4f6b92fd85ab3633df746a52afacf515b Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Wed, 21 Feb 2018 08:13:32 -0700 Subject: [PATCH] VPP: drop yum from opensuse pkg discovery Change-Id: Iaab17f472fc1587d3de19a0a513ac85019f6900d Signed-off-by: Ed Kern --- jjb/scripts/setup_vpp_ubuntu_docker_test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh index 1828174cf..d0140c171 100644 --- a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh +++ b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh @@ -23,7 +23,6 @@ elif [ "${OS_ID}" == "centos" ]; then yum list installed pip list elif [ "${OS_ID}" == "opensuse" ]; then - yum list installed pip list fi if [ "x${IS_CSIT_VPP_JOB}" == "xTrue" ]; then -- 2.16.6