summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/ldd.py
diff options
context:
space:
mode:
authorLucian Musat <george.l.musat@intel.com>2015-04-09 11:01:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-10 18:10:25 +0100
commitd48df946c39a641c2116c89a8337ee432517d0c8 (patch)
tree6b9cbc4b6e9a92fafb3e3bdbc381159151aa0a47 /meta/lib/oeqa/runtime/ldd.py
parentf626c58c325bfbf5fce1b5b2defafee9c6b74ea3 (diff)
downloadpoky-d48df946c39a641c2116c89a8337ee432517d0c8.tar.gz
oeqa/runtime/ldd: Added new decorators for existing automated tests.
(From OE-Core rev: 6385874553b8bd9302c1b77d0586edd821e999be) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/ldd.py')
-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')