From: Lucian Musat Date: Thu, 9 Apr 2015 08:01:50 +0000 (+0300) Subject: oeqa/runtime/rpm: Added new decorators for existing automated tests. X-Git-Tag: 2015-10~2250 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7381c10f2260181eccd3abddf5d0289c969863cb;p=openembedded-core.git oeqa/runtime/rpm: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- 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')