summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/ldd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime/ldd.py
index bce56c4270..47b3885df2 100644
--- a/meta/lib/oeqa/runtime/ldd.py
+++ b/meta/lib/oeqa/runtime/ldd.py
@@ -8,6 +8,7 @@ def setUpModule():
8 8
9class LddTest(oeRuntimeTest): 9class LddTest(oeRuntimeTest):
10 10
11 @testcase(962)
11 @skipUnlessPassed('test_ssh') 12 @skipUnlessPassed('test_ssh')
12 def test_ldd_exists(self): 13 def test_ldd_exists(self):
13 (status, output) = self.target.run('which ldd') 14 (status, output) = self.target.run('which ldd')