[oe-commits] Lucian Musat : oeqa/runtime/parselogs: Added new decorators for existing automated tests.

git at git.openembedded.org git at git.openembedded.org
Fri Apr 10 13:49:02 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 8fb4bc7296d8da62ac2db3bf65d202a9c27d743f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8fb4bc7296d8da62ac2db3bf65d202a9c27d743f

Author: Lucian Musat <george.l.musat at intel.com>
Date:   Thu Apr  9 11:01:48 2015 +0300

oeqa/runtime/parselogs: Added new decorators for existing automated tests.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/runtime/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 7721912..e9ccd0c 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()



More information about the Openembedded-commits mailing list