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

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 12:39:31 UTC 2016


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

commit a911572f9d9a892e6db547939ab690eb3484a248
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