From e58e983076a3a9e8f3daf1d97da024b6de43baf5 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. (From OE-Core rev: 7381c10f2260181eccd3abddf5d0289c969863cb) Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/rpm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime/rpm.py') 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 v1.2.3-54-g00ecf