diff options
author | Lucian Musat <george.l.musat@intel.com> | 2015-04-09 11:01:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-09 19:48:02 +0100 |
commit | 6385874553b8bd9302c1b77d0586edd821e999be (patch) | |
tree | 30c8e9acbbcc072f3d352c7c4142ebe7ab3aa56f | |
parent | 6e4543a35836c572b23b9f8162b19d1e038d3ed2 (diff) | |
download | openembedded-core-6385874553b8bd9302c1b77d0586edd821e999be.tar.gz openembedded-core-6385874553b8bd9302c1b77d0586edd821e999be.tar.bz2 openembedded-core-6385874553b8bd9302c1b77d0586edd821e999be.zip |
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.py | 1 |
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') |