All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] oeqa/parselogs: Updated error log whitelist.
  2015-09-08 11:51 [PATCH] oeqa/parselogs: Updated error log whitelist Cristina Agurida
@ 2015-09-07 11:49 ` Jussi Kukkonen
  2015-09-07 15:05   ` Agurida, Cristina-danielaX
  0 siblings, 1 reply; 3+ messages in thread
From: Jussi Kukkonen @ 2015-09-07 11:49 UTC (permalink / raw)
  To: Cristina Agurida; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2035 bytes --]

On 8 September 2015 at 14:51, Cristina Agurida <
cristina-danielax.agurida@intel.com> wrote:

> [YOCTO #7898]
> [YOCTO #7760]
> [YOCTO #7761]
> [YOCTO #7804]
>
> Signed-off-by: Cristina Agurida <cristina-danielax.agurida@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3752 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] oeqa/parselogs: Updated error log whitelist.
  2015-09-07 11:49 ` Jussi Kukkonen
@ 2015-09-07 15:05   ` Agurida, Cristina-danielaX
  0 siblings, 0 replies; 3+ messages in thread
From: Agurida, Cristina-danielaX @ 2015-09-07 15:05 UTC (permalink / raw)
  To: Kukkonen, Jussi; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2623 bytes --]

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@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@intel.com<mailto:cristina-danielax.agurida@intel.com>> wrote:
[YOCTO #7898]
[YOCTO #7760]
[YOCTO #7761]
[YOCTO #7804]

Signed-off-by: Cristina Agurida <cristina-danielax.agurida@intel.com<mailto:cristina-danielax.agurida@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@lists.openembedded.org<mailto:Openembedded-core@lists.openembedded.org>
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Type: text/html, Size: 8468 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] oeqa/parselogs: Updated error log whitelist.
@ 2015-09-08 11:51 Cristina Agurida
  2015-09-07 11:49 ` Jussi Kukkonen
  0 siblings, 1 reply; 3+ messages in thread
From: Cristina Agurida @ 2015-09-08 11:51 UTC (permalink / raw)
  To: openembedded-core

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

Signed-off-by: Cristina Agurida <cristina-danielax.agurida@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-07 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-08 11:51 [PATCH] oeqa/parselogs: Updated error log whitelist Cristina Agurida
2015-09-07 11:49 ` Jussi Kukkonen
2015-09-07 15:05   ` Agurida, Cristina-danielaX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.