Merge "Trigger build of libparc documentation after successful merge."
[ci-management.git] / jjb / scripts / setup_vpp_ubuntu_docker_test.sh
index 1828174..d7a2ee1 100644 (file)
@@ -16,16 +16,20 @@ if ! [ -z ${DOCKER_TEST} ] ; then
         echo "/dev/shm remounted"
 fi
 
+##container server node detection
+grep search /etc/resolv.conf  || true
+
 if [ "${OS_ID}" == "ubuntu" ]; then
-    dpkg-query -W -f='${binary:Package}\t${Version}\n'
-    pip list
+    dpkg-query -W -f='${binary:Package}\t${Version}\n' || true
+    pip list || true
 elif [ "${OS_ID}" == "centos" ]; then
-    yum list installed
-    pip list
+    yum list installed || true
+    pip list || true
 elif [ "${OS_ID}" == "opensuse" ]; then
-    yum list installed
-    pip list
+    yum list installed || true
+    pip list || true
 fi
+
 if [ "x${IS_CSIT_VPP_JOB}" == "xTrue" ]; then
        (cd dpdk ; apt-get download vpp-dpdk-dkms > /dev/null 2>&1) || true
     ls -l dpdk/*.deb || true