aboutsummaryrefslogtreecommitdiffstats
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-09 19:48:02 +0100
commit7381c10f2260181eccd3abddf5d0289c969863cb (patch)
tree4c629400c7a16d3b1f8b8e94f8cc18b0c9cb7d99
parent9ca0f5c7837ef42cf3b95ff4091ea6951b4e8021 (diff)
downloadopenembedded-core-contrib-7381c10f2260181eccd3abddf5d0289c969863cb.tar.gz
oeqa/runtime/rpm: Added new decorators for existing automated tests.
Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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():
class RpmBasicTest(oeRuntimeTest):
+ @testcase(960)
@skipUnlessPassed('test_ssh')
def test_rpm_help(self):
(status, output) = self.target.run('rpm --help')