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

git at git.openembedded.org git at git.openembedded.org
Fri Apr 10 17:10:46 UTC 2015


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

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