summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oeqa/runtime/rpm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/rpm.py b/meta/lib/oeqa/runtime/rpm.py
index 0529992cbe..4ca193b045 100644
--- a/meta/lib/oeqa/runtime/rpm.py
+++ b/meta/lib/oeqa/runtime/rpm.py
@@ -13,6 +13,7 @@ def setUpModule():
13 13
14class RpmBasicTest(oeRuntimeTest): 14class RpmBasicTest(oeRuntimeTest):
15 15
16 @testcase(960)
16 @skipUnlessPassed('test_ssh') 17 @skipUnlessPassed('test_ssh')
17 def test_rpm_help(self): 18 def test_rpm_help(self):
18 (status, output) = self.target.run('rpm --help') 19 (status, output) = self.target.run('rpm --help')