From: Ross Burton Date: Wed, 6 Jul 2016 15:29:15 +0000 (+0100) Subject: oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0420d8c934154a94957cabcfdc993f0eae92cd7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/systemd.py b/meta/lib/oeqa/runtime/systemd.py index a96efa28dcb..8de799cd634 100644 --- a/meta/lib/oeqa/runtime/systemd.py +++ b/meta/lib/oeqa/runtime/systemd.py @@ -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')