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:
Ross Burton
2016-07-06 16:29:15 +01:00
committed by Richard Purdie
parent 895353a48f
commit c7147ceec8

View File

@@ -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')