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

Agurida, Cristina-danielaX cristina-danielax.agurida at intel.com
Mon Sep 7 15:05:06 UTC 2015


Hi,
Ty for the review.
Related to your comments I will move those two issues to common errors.

BR,
Cristina Agurida
QA CW Validation Engineer
Phone: +40768855744
SSD Open Source Technology Center
Bucharest, Romania
George Constantinescu street, 3, Entrance C, Floor 4, ZIP: 020339

From: Jussi Kukkonen [mailto:jussi.kukkonen at intel.com]
Sent: Monday, September 07, 2015 2:50 PM
To: Agurida, Cristina-danielaX
Cc: Patches and discussions about the oe-core layer
Subject: Re: [OE-core] [PATCH] oeqa/parselogs: Updated error log whitelist.



On 8 September 2015 at 14:51, Cristina Agurida <cristina-danielax.agurida at intel.com<mailto:cristina-danielax.agurida at intel.com>> wrote:
[YOCTO #7898]
[YOCTO #7760]
[YOCTO #7761]
[YOCTO #7804]

Signed-off-by: Cristina Agurida <cristina-danielax.agurida at intel.com<mailto: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',

These two should not be corei7 specific.

+        "controller can't do DEVSLP, turning off",
+        ] + common_errors,
+    'nuc' : [
+        '(EE) Failed to load module "fbdev"',
+        ] + common_errors,

Maybe I've misunderstood how the whitelist grep works but shouldn't this be caught by this case already in common errors:
    "Failed to load module \"fbdev\""


     'crownbay' : x86_common,
     'genericx86' : x86_common,
     'genericx86-64' : x86_common,
--
2.1.4

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core at lists.openembedded.org<mailto:Openembedded-core at lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150907/1d715b4d/attachment-0002.html>


More information about the Openembedded-core mailing list