[oe-commits] [openembedded-core] 82/83: oeqa/runtime/syslog: remove redundant skipUnlessPassed

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:32:50 UTC 2016


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

commit 9856fe02bf30cd9e834a7d324e357070f4d7735f
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jun 22 13:02:53 2016 +0100

    oeqa/runtime/syslog: remove redundant skipUnlessPassed
    
    The test test_syslog_help doesn't exist, so skipping unless it passed just
    produced a warning.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/runtime/syslog.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/syslog.py b/meta/lib/oeqa/runtime/syslog.py
index 2601dd9..f7421ec 100644
--- a/meta/lib/oeqa/runtime/syslog.py
+++ b/meta/lib/oeqa/runtime/syslog.py
@@ -9,7 +9,6 @@ def setUpModule():
 class SyslogTest(oeRuntimeTest):
 
     @testcase(201)
-    @skipUnlessPassed("test_syslog_help")
     def test_syslog_running(self):
         (status,output) = self.target.run(oeRuntimeTest.pscmd + ' | grep -i [s]yslogd')
         self.assertEqual(status, 0, msg="no syslogd process, ps output: %s" % self.target.run(oeRuntimeTest.pscmd)[1])

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


More information about the Openembedded-commits mailing list