From f33488a65688109ca767d9a7270a170a03758a54 Mon Sep 17 00:00:00 2001 From: Lucian Musat Date: Thu, 9 Apr 2015 11:01:48 +0300 Subject: oeqa/runtime/parselogs: Added new decorators for existing automated tests. (From OE-Core rev: 8fb4bc7296d8da62ac2db3bf65d202a9c27d743f) Signed-off-by: Lucian Musat Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/parselogs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime') 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() -- cgit v1.2.3-54-g00ecf