diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/rpm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/rpm.py b/meta/lib/oeqa/runtime/cases/rpm.py index 05b94c7b40..84c59a614e 100644 --- a/meta/lib/oeqa/runtime/cases/rpm.py +++ b/meta/lib/oeqa/runtime/cases/rpm.py | |||
| @@ -16,6 +16,7 @@ class RpmBasicTest(OERuntimeTestCase): | |||
| 16 | cls.skipTest('Tests require image to be build from rpm') | 16 | cls.skipTest('Tests require image to be build from rpm') |
| 17 | 17 | ||
| 18 | @OETestID(960) | 18 | @OETestID(960) |
| 19 | @OEHasPackage(['rpm']) | ||
| 19 | @OETestDepends(['ssh.SSHTest.test_ssh']) | 20 | @OETestDepends(['ssh.SSHTest.test_ssh']) |
| 20 | def test_rpm_help(self): | 21 | def test_rpm_help(self): |
| 21 | status, output = self.target.run('rpm --help') | 22 | status, output = self.target.run('rpm --help') |
