]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/parselogs: Updated log error whitelist.
authorCristina Agurida <cristina-danielax.agurida@intel.com>
Tue, 8 Sep 2015 16:45:10 +0000 (04:45 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:01 +0000 (14:25 +0100)
[YOCTO #7898]
[YOCTO #7761]
[YOCTO #7804]

Signed-off-by: Cristina Agurida <cristina-danielax.agurida@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py

index ed43510d90e952064cfa4af5ba832d1e3c9c00b2..e20947b8bcbd9736edf6e93301b2b8b7e5120e0c 100644 (file)
@@ -34,6 +34,8 @@ common_errors = [
     'kernel: Cannot find map file',
     'omap_hwmod: debugss: _wait_target_disable failed',
     'VGA arbiter: cannot open kernel arbiter, no multi-card support',
+    'Failed to find URL:http://ipv4.connman.net/online/status.html',
+    'Online check failed for',
     ]
 
 x86_common = [
@@ -88,6 +90,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 +99,9 @@ ignore_errors = {
         '(EE) open /dev/fb0: No such file or directory',
         '(EE) AIGLX: reverting to software rendering',
         ] + x86_common,
+    'intel-corei7-64' : [
+        "controller can't do DEVSLP, turning off",
+        ] + common_errors,
     'crownbay' : x86_common,
     'genericx86' : x86_common,
     'genericx86-64' : x86_common,