aboutsummaryrefslogtreecommitdiffstats
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-09 19:48:02 +0100
commit6385874553b8bd9302c1b77d0586edd821e999be (patch)
tree30c8e9acbbcc072f3d352c7c4142ebe7ab3aa56f
parent6e4543a35836c572b23b9f8162b19d1e038d3ed2 (diff)
downloadopenembedded-core-contrib-6385874553b8bd9302c1b77d0586edd821e999be.tar.gz
oeqa/runtime/ldd: Added new decorators for existing automated tests.
Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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():
class LddTest(oeRuntimeTest):
+ @testcase(962)
@skipUnlessPassed('test_ssh')
def test_ldd_exists(self):
(status, output) = self.target.run('which ldd')