diff options
author | Ross Burton <ross.burton@intel.com> | 2016-07-06 16:29:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:26 +0100 |
commit | c7147ceec89a033b56dfee6211935363c6a4315e (patch) | |
tree | 92855185d811d9bfb37a862f8638240c54ebf8a7 | |
parent | 895353a48f631461aafbba47a6921d08a3bee5a1 (diff) | |
download | poky-c7147ceec89a033b56dfee6211935363c6a4315e.tar.gz |
oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator
(From OE-Core rev: f0420d8c934154a94957cabcfdc993f0eae92cd7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/lib/oeqa/runtime/systemd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/systemd.py b/meta/lib/oeqa/runtime/systemd.py index a96efa28dc..8de799cd63 100644 --- a/meta/lib/oeqa/runtime/systemd.py +++ b/meta/lib/oeqa/runtime/systemd.py | |||
@@ -57,7 +57,7 @@ class SystemdBasicTests(SystemdTest): | |||
57 | self.systemctl('--version') | 57 | self.systemctl('--version') |
58 | 58 | ||
59 | @testcase(551) | 59 | @testcase(551) |
60 | @skipUnlessPassed('test_system_basic') | 60 | @skipUnlessPassed('test_systemd_basic') |
61 | def test_systemd_list(self): | 61 | def test_systemd_list(self): |
62 | self.systemctl('list-unit-files') | 62 | self.systemctl('list-unit-files') |
63 | 63 | ||