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>
This commit is contained in:
Lucian Musat
2015-04-09 11:01:46 +03:00
committed by Richard Purdie
parent f626c58c32
commit d48df946c3

View File

@@ -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')