summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-02-27 16:55:14 +0000
committerGerrit Code Review <gerrit@fd.io>2018-02-27 16:55:14 +0000
commit1f223da5ab6f888bc9b1db6129352f81bc204cd0 (patch)
tree7c1309beaff4631f3b4451c4fe028fbddc050bdf
parent41c5cb8991087acef9b9405d1743d80f71fd8338 (diff)
parentd253c2d7fd9d9b91a174406fc459c8cdbbecbe48 (diff)
Merge "VPP: add container server detection"
-rw-r--r--jjb/scripts/setup_vpp_ubuntu_docker_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
index 090913966..d7a2ee16f 100644
--- a/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
+++ b/jjb/scripts/setup_vpp_ubuntu_docker_test.sh
@@ -16,6 +16,9 @@ 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' || true
pip list || true
@@ -26,6 +29,7 @@ elif [ "${OS_ID}" == "opensuse" ]; then
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