]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/parselogs: Added new decorators for existing automated tests.
authorLucian Musat <george.l.musat@intel.com>
Thu, 9 Apr 2015 08:01:48 +0000 (11:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Apr 2015 18:48:02 +0000 (19:48 +0100)
Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index 7721912a2301441c3b13f2760d35286e524277bc..e9ccd0c0b99d406cfefd76fe3362b5de84b395a6 100644 (file)
@@ -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()