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

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


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

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

oeqa/runtime/rpm: 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/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')



More information about the Openembedded-commits mailing list