diff options
Diffstat (limited to 'meta')
-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 | ||