[oe-commits] Lucian Musat : oeqa/runtime/ldd: Added new decorators for existing automated tests.

git at git.openembedded.org git at git.openembedded.org
Thu Apr 9 10:29:15 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: aafca94a494d2849810dba5558cfb751cbe699cc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aafca94a494d2849810dba5558cfb751cbe699cc

Author: Lucian Musat <george.l.musat at intel.com>
Date:   Thu Apr  9 11:01:46 2015 +0300

oeqa/runtime/ldd: Added new decorators for existing automated tests.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/runtime/ldd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/ldd.py b/meta/lib/oeqa/runtime/ldd.py
index bce56c4..47b3885 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')



More information about the Openembedded-commits mailing list