[OE-core] [PATCH 5/6] oeqa/runtime/rpm: Added new decorators for existing automated tests.

Lucian Musat george.l.musat at intel.com
Thu Apr 9 08:01:50 UTC 2015


Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 meta/lib/oeqa/runtime/rpm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime/rpm.py
index 0529992..4ca193b 100644
--- a/meta/lib/oeqa/runtime/rpm.py
+++ b/meta/lib/oeqa/runtime/rpm.py
@@ -13,6 +13,7 @@ def setUpModule():
 
 class RpmBasicTest(oeRuntimeTest):
 
+    @testcase(960)
     @skipUnlessPassed('test_ssh')
     def test_rpm_help(self):
         (status, output) = self.target.run('rpm --help')
-- 
2.1.0




More information about the Openembedded-core mailing list