summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
authorLucian Musat <george.l.musat@intel.com>2015-04-09 11:01:50 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-10 18:10:25 +0100
commite58e983076a3a9e8f3daf1d97da024b6de43baf5 (patch)
treeb92e1a0aecd1e1e192235f7c710b15bfa992f7fe /meta/lib/oeqa/runtime
parent3dabad439a0eab2d6c5854a515302b35704abaf6 (diff)
downloadpoky-e58e983076a3a9e8f3daf1d97da024b6de43baf5.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-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')