VPP: drop yum from opensuse pkg discovery 33/10733/1
authorEd Kern <ejk@cisco.com>
Wed, 21 Feb 2018 15:13:32 +0000 (08:13 -0700)
committerEd Kern <ejk@cisco.com>
Wed, 21 Feb 2018 15:13:32 +0000 (08:13 -0700)
Change-Id: Iaab17f472fc1587d3de19a0a513ac85019f6900d
Signed-off-by: Ed Kern <ejk@cisco.com>
jjb/scripts/setup_vpp_ubuntu_docker_test.sh

index 1828174..d0140c1 100644 (file)
@@ -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