diff options
author | Lucian Musat <george.l.musat@intel.com> | 2015-04-09 11:01:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-10 18:10:25 +0100 |
commit | f33488a65688109ca767d9a7270a170a03758a54 (patch) | |
tree | 771251b2c06c1942c0c5ab04457c44390ad9b558 /meta/lib/oeqa/runtime | |
parent | d48df946c39a641c2116c89a8337ee432517d0c8 (diff) | |
download | poky-f33488a65688109ca767d9a7270a170a03758a54.tar.gz |
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>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): | |||
185 | (status, dmesg) = self.target.run("dmesg") | 185 | (status, dmesg) = self.target.run("dmesg") |
186 | (status, dmesg2) = self.target.run("echo \""+str(dmesg)+"\" > /tmp/dmesg_output.log") | 186 | (status, dmesg2) = self.target.run("echo \""+str(dmesg)+"\" > /tmp/dmesg_output.log") |
187 | 187 | ||
188 | @testcase(1059) | ||
188 | @skipUnlessPassed('test_ssh') | 189 | @skipUnlessPassed('test_ssh') |
189 | def test_parselogs(self): | 190 | def test_parselogs(self): |
190 | self.write_dmesg() | 191 | self.write_dmesg() |