mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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:
committed by
Richard Purdie
parent
f626c58c32
commit
d48df946c3
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user