[oe-commits] Richard Purdie : oeqa: xorg log test is being replaced by parselogs so remove

git at git.openembedded.org git at git.openembedded.org
Sat Aug 30 07:39:40 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug 29 09:55:28 2014 +0100

oeqa: xorg log test is being replaced by parselogs so remove

Now we have the parselogs test, this one can be removed.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/lib/oeqa/runtime/xorg.py b/meta/lib/oeqa/runtime/xorg.py
index 7aa61ad..a07031e 100644
--- a/meta/lib/oeqa/runtime/xorg.py
+++ b/meta/lib/oeqa/runtime/xorg.py
@@ -14,9 +14,4 @@ class XorgTest(oeRuntimeTest):
         (status, output) = self.target.run(oeRuntimeTest.pscmd + ' |  grep -v xinit | grep [X]org')
         self.assertEqual(status, 0, msg="Xorg does not appear to be running %s" % self.target.run(oeRuntimeTest.pscmd)[1])
 
-    @testcase(972)
-    @skipUnlessPassed('test_ssh')
-    def test_xorg_error(self):
-        (status, output) = self.target.run('cat /var/log/Xorg.0.log | grep -v "(EE) error," | grep -v "PreInit" | grep -v "evdev:" | grep -v "glx" | grep "(EE)"')
-        self.assertEqual(status, 1, msg="Errors in Xorg log: %s" % output)
 



More information about the Openembedded-commits mailing list