[oe-commits] Richard Purdie : oeqa/parselogs: Ignore qemu usbhid errors

git at git.openembedded.org git at git.openembedded.org
Wed Oct 1 16:42:48 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Oct  1 16:57:43 2014 +0100

oeqa/parselogs: Ignore qemu usbhid errors

These are harmless from the USB pointer device we install, ignore them.

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

---

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

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 604a29a..078316e 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -9,6 +9,8 @@ errors = ["error", "cannot", "can\'t", "failed"]
 common_errors = [
     '(WW) warning, (EE) error, (NI) not implemented, (??) unknown.',
     'dma timeout',
+    'usbhid .*: can't add hid device:',
+    'usbhid: probe of .* failed with error',
     ]
 
 x86_common = [



More information about the Openembedded-commits mailing list