From 7381c10f2260181eccd3abddf5d0289c969863cb Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Thu, 9 Apr 2015 11:01:50 +0300 Subject: oeqa/runtime/rpm: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/rpm.py | 1 + 1 file changed, 1 insertion(+) 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') -- cgit 1.2.3-korg