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:
committed by
Richard Purdie
parent
3dabad439a
commit
e58e983076
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user