summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/systemd.py2
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