aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-06-22 13:02:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-01 16:08:53 +0100
commit9856fe02bf30cd9e834a7d324e357070f4d7735f (patch)
tree37b0082de1af291604e72aa097c2392ad0fa0e4e /meta/lib
parent1bea760f3f462fdcc3eefc0d8597688d61447ddd (diff)
downloadopenembedded-core-contrib-9856fe02bf30cd9e834a7d324e357070f4d7735f.tar.gz
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@intel.com>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/runtime/syslog.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/syslog.py b/meta/lib/oeqa/runtime/syslog.py
index 2601dd9ea8..f7421ec8c5 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])