From: Lucian Musat Date: Thu, 9 Apr 2015 08:01:46 +0000 (+0300) Subject: oeqa/runtime/ldd: Added new decorators for existing automated tests. X-Git-Tag: 2015-10~2253 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6385874553b8bd9302c1b77d0586edd821e999be;p=openembedded-core.git oeqa/runtime/ldd: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- 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')