summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/ldd.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/ldd.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/ldd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/runtime/cases/ldd.py b/meta/lib/oeqa/runtime/cases/ldd.py
index 5bde1845d9..39c47f380b 100644
--- a/meta/lib/oeqa/runtime/cases/ldd.py
+++ b/meta/lib/oeqa/runtime/cases/ldd.py
@@ -1,12 +1,10 @@
1from oeqa.runtime.case import OERuntimeTestCase 1from oeqa.runtime.case import OERuntimeTestCase
2from oeqa.core.decorator.depends import OETestDepends 2from oeqa.core.decorator.depends import OETestDepends
3from oeqa.core.decorator.oeid import OETestID
4from oeqa.core.decorator.data import skipIfNotFeature 3from oeqa.core.decorator.data import skipIfNotFeature
5from oeqa.runtime.decorator.package import OEHasPackage 4from oeqa.runtime.decorator.package import OEHasPackage
6 5
7class LddTest(OERuntimeTestCase): 6class LddTest(OERuntimeTestCase):
8 7
9 @OETestID(962)
10 @OEHasPackage(["ldd"]) 8 @OEHasPackage(["ldd"])
11 @OETestDepends(['ssh.SSHTest.test_ssh']) 9 @OETestDepends(['ssh.SSHTest.test_ssh'])
12 def test_ldd(self): 10 def test_ldd(self):