mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
oeqa/runtime/syslog: remove redundant skipUnlessPassed
The test test_syslog_help doesn't exist, so skipping unless it passed just produced a warning. (From OE-Core rev: 9856fe02bf30cd9e834a7d324e357070f4d7735f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e0bcf333df
commit
b305564028
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user