test-linkage: drop brittle test for secondary library dependencies 45/11145/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Mar 2018 14:45:31 +0000 (15:45 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Mar 2018 14:46:44 +0000 (15:46 +0100)
Change-Id: I3172a29b13b2582a3b09eef342f3ff30cead89d1
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/tests/test-linkage

index b24c167..a49eedd 100644 (file)
@@ -59,10 +59,6 @@ printf "\n\nChecking for expected internal libraries\n"
 lddtree ${binary} | grep '^    librte_eal.so'
 echo "OK"
 
-printf "\n\nChecking for expected secondary library dependencies\n"
-lddtree ${binary} | grep '^        librt.so'
-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