]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/ldd: Added new decorators for existing automated tests.
authorLucian Musat <george.l.musat@intel.com>
Thu, 9 Apr 2015 08:01:46 +0000 (11:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 18:48:02 +0000 (19:48 +0100)
Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/ldd.py

index bce56c42702046f71ddc3e0362cad7a844293e58..47b3885df2ec22909b04de7441bd4710a57cdc57 100644 (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')