mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
oeqa/runtime/parselogs: Added new decorators for existing automated tests.
(From OE-Core rev: 8fb4bc7296d8da62ac2db3bf65d202a9c27d743f) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d48df946c3
commit
f33488a656
@@ -185,6 +185,7 @@ class ParseLogsTest(oeRuntimeTest):
|
||||
(status, dmesg) = self.target.run("dmesg")
|
||||
(status, dmesg2) = self.target.run("echo \""+str(dmesg)+"\" > /tmp/dmesg_output.log")
|
||||
|
||||
@testcase(1059)
|
||||
@skipUnlessPassed('test_ssh')
|
||||
def test_parselogs(self):
|
||||
self.write_dmesg()
|
||||
|
||||
Reference in New Issue
Block a user