From: Lucian Musat Date: Thu, 9 Apr 2015 08:01:48 +0000 (+0300) Subject: oeqa/runtime/parselogs: Added new decorators for existing automated tests. X-Git-Tag: 2015-10~2252 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8fb4bc7296d8da62ac2db3bf65d202a9c27d743f;p=openembedded-core.git oeqa/runtime/parselogs: Added new decorators for existing automated tests. Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 7721912a23..e9ccd0c0b9 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py @@ -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()