[OE-core] [PATCH] oeqa/parselogs: Updated error log whitelist.
Jussi Kukkonen
jussi.kukkonen at intel.com
Mon Sep 7 11:49:52 UTC 2015
On 8 September 2015 at 14:51, Cristina Agurida <
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>
> ---
> 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
> 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/0129952a/attachment-0002.html>
More information about the Openembedded-core
mailing list