From: Christian Ehrhardt Date: Mon, 30 Jan 2017 13:20:09 +0000 (+0100) Subject: d/t/test-linkage - drop pmd xenvirt check X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=98eaf0f6e03b422915984f717869c1b07ae216a9;p=deb_dpdk.git d/t/test-linkage - drop pmd xenvirt check This test part of the test was arch specific e.g. not xen is not build on ppc64el. Change-Id: I71bed3a353c34b2785791406200eaf9bb275db2a Signed-off-by: Christian Ehrhardt --- diff --git a/debian/tests/test-linkage b/debian/tests/test-linkage index a35c603f..31e409eb 100644 --- a/debian/tests/test-linkage +++ b/debian/tests/test-linkage @@ -36,7 +36,6 @@ echo "OK" printf "\n\nChecking for expected feature dependent library dependencies\n" # features only used by the lib that we enabled ldd /usr/lib/*/librte_pmd_pcap.so | grep libpcap -ldd /usr/lib/*/librte_pmd_xenvirt.so | grep libxenstore echo "OK" printf "\n\nChecking test execution\n"