[oe-commits] Ross Burton : oeqa/runtime: remove dmesg test

git at git.openembedded.org git at git.openembedded.org
Thu Jul 23 22:18:38 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul 23 22:59:46 2015 +0100

oeqa/runtime: remove dmesg test

This has been obsoleted by parselogs.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/runtime/dmesg.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/meta/lib/oeqa/runtime/dmesg.py b/meta/lib/oeqa/runtime/dmesg.py
deleted file mode 100644
index 5831471..0000000
--- a/meta/lib/oeqa/runtime/dmesg.py
+++ /dev/null
@@ -1,12 +0,0 @@
-import unittest
-from oeqa.oetest import oeRuntimeTest
-from oeqa.utils.decorators import *
-
-
-class DmesgTest(oeRuntimeTest):
-
-    @testcase(215)
-    @skipUnlessPassed('test_ssh')
-    def test_dmesg(self):
-        (status, output) = self.target.run('dmesg | grep -v mmci-pl18x | grep -v "error changing net interface name" | grep -iv "dma timeout" | grep -v usbhid | grep -i error')
-        self.assertEqual(status, 1, msg = "Error messages in dmesg log: %s" % output)



More information about the Openembedded-commits mailing list