Commit f750763c authored by Łukasz Nowak's avatar Łukasz Nowak

- remove dead test for not supported software


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40131 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a2dbda4
......@@ -54,18 +54,6 @@ def readElfAsDict(f):
runpath_list=sorted(runpath_list)
)
class AssertLddLibs(unittest.TestCase):
"""Checks for dynamic libraries"""
def test_ocropus(self):
"""Ocropus"""
result = os.system("ldd parts/ocropus/bin/ocropus | grep -q "
"'parts/ocropus/lib/libocropus.so'")
self.assertEqual(result, 0)
result = os.system("ldd parts/ocropus/bin/ocropus | grep -q "
"'parts/.*/lib/libiulib.so'")
self.assertEqual(result, 0)
class AssertSoftwareRunable(unittest.TestCase):
def test_HaProxy(self):
stdout, stderr = subprocess.Popen(["parts/haproxy/sbin/haproxy", "-v"],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment