diff options
| author | Lucian Musat <george.l.musat@intel.com> | 2015-04-09 11:01:50 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-10 18:10:25 +0100 |
| commit | e58e983076a3a9e8f3daf1d97da024b6de43baf5 (patch) | |
| tree | b92e1a0aecd1e1e192235f7c710b15bfa992f7fe | |
| parent | 3dabad439a0eab2d6c5854a515302b35704abaf6 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/lib/oeqa/runtime/rpm.py | 1 |
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 | ||
| 14 | class RpmBasicTest(oeRuntimeTest): | 14 | class 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') |
