[oe-commits] [openembedded-core] 27/28: oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 08:59:39 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit f0420d8c934154a94957cabcfdc993f0eae92cd7
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jul 6 16:29:15 2016 +0100

    oeqa/runtime/systemd: fix typo in skipUnlessPassed decorator
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/systemd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/systemd.py b/meta/lib/oeqa/runtime/systemd.py
index a96efa2..8de799c 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')
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list