1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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

(From OE-Core rev: 7381c10f2260181eccd3abddf5d0289c969863cb)

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lucian Musat
2015-04-09 11:01:50 +03:00
committed by Richard Purdie
parent 3dabad439a
commit e58e983076
+1
View File
@@ -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')