[OE-core] [PATCH] oeqa/parselogs: Ignore qemu usbhid errors

Richard Purdie richard.purdie at linuxfoundation.org
Wed Oct 1 15:57:43 UTC 2014


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

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

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-core mailing list