[oe-commits] Cristina Agurida : oeqa/parselogs: Updated log error whitelist.

git at git.openembedded.org git at git.openembedded.org
Wed Sep 9 13:54:06 UTC 2015


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

Author: Cristina Agurida <cristina-danielax.agurida at intel.com>
Date:   Wed Sep  9 04:45:10 2015 +1200

oeqa/parselogs: Updated log error whitelist.

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

Signed-off-by: Cristina Agurida <cristina-danielax.agurida at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index ed43510..e20947b 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -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,



More information about the Openembedded-commits mailing list