[OE-core] [PATCH] oeqa/parselogs: Updated error log whitelist.

Cristina Agurida cristina-danielax.agurida at intel.com
Tue Sep 8 11:51:09 UTC 2015


[YOCTO #7898]
[YOCTO #7760]
[YOCTO #7761]
[YOCTO #7804]

Signed-off-by: Cristina Agurida <cristina-danielax.agurida at intel.com>
---
 meta/lib/oeqa/runtime/parselogs.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index ed43510..367ee6d 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -88,6 +88,7 @@ ignore_errors = {
         '(EE) AIGLX: reverting to software rendering',
         ] + x86_common,
     'core2_32' : [
+        'ACPI: No _BQC method, cannot determine initial brightness',
         '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness',
         '(EE) Failed to load module "psb"',
         '(EE) Failed to load module psb',
@@ -96,6 +97,14 @@ ignore_errors = {
         '(EE) open /dev/fb0: No such file or directory',
         '(EE) AIGLX: reverting to software rendering',
         ] + x86_common,
+    'intel-corei7-64' : [
+        'Failed to find URL:http://ipv4.connman.net/online/status.html',
+        'Online check failed for',
+        "controller can't do DEVSLP, turning off",
+        ] + common_errors,
+    'nuc' : [
+        '(EE) Failed to load module "fbdev"',
+        ] + common_errors,
     'crownbay' : x86_common,
     'genericx86' : x86_common,
     'genericx86-64' : x86_common,
-- 
2.1.4




More information about the Openembedded-core mailing list