]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Jul 2016 15:29:15 +0000 (16:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 08:55:42 +0000 (09:55 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/systemd.py

index a96efa28dcb86a5a38c43f1ea7b45a5be906badb..8de799cd63432823163a93beb90dbda4d24a7142 100644 (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')