mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator
(From OE-Core rev: f0420d8c934154a94957cabcfdc993f0eae92cd7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
895353a48f
commit
c7147ceec8
@@ -57,7 +57,7 @@ class SystemdBasicTests(SystemdTest):
|
||||
self.systemctl('--version')
|
||||
|
||||
@testcase(551)
|
||||
@skipUnlessPassed('test_system_basic')
|
||||
@skipUnlessPassed('test_systemd_basic')
|
||||
def test_systemd_list(self):
|
||||
self.systemctl('list-unit-files')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user