diff options
author | Cristina Agurida <cristina-danielax.agurida@intel.com> | 2015-09-09 04:45:10 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-09 14:27:48 +0100 |
commit | dd075b9e79250b6db998a583881f966befffa2e0 (patch) | |
tree | b5147dc495f67508233c0d58e89a2ebff8ca9de0 /meta/lib/oeqa/runtime | |
parent | 8a2edb9856344cb562e044146267bedc7cb99ba9 (diff) | |
download | poky-dd075b9e79250b6db998a583881f966befffa2e0.tar.gz |
oeqa/parselogs: Updated log error whitelist.
[YOCTO #7898]
[YOCTO #7761]
[YOCTO #7804]
(From OE-Core rev: fb3a5c732997eddee6dacb52558d4e6c8942f1e1)
Signed-off-by: Cristina Agurida <cristina-danielax.agurida@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index ed43510d90..e20947b8bc 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
@@ -34,6 +34,8 @@ common_errors = [ | |||
34 | 'kernel: Cannot find map file', | 34 | 'kernel: Cannot find map file', |
35 | 'omap_hwmod: debugss: _wait_target_disable failed', | 35 | 'omap_hwmod: debugss: _wait_target_disable failed', |
36 | 'VGA arbiter: cannot open kernel arbiter, no multi-card support', | 36 | 'VGA arbiter: cannot open kernel arbiter, no multi-card support', |
37 | 'Failed to find URL:http://ipv4.connman.net/online/status.html', | ||
38 | 'Online check failed for', | ||
37 | ] | 39 | ] |
38 | 40 | ||
39 | x86_common = [ | 41 | x86_common = [ |
@@ -88,6 +90,7 @@ ignore_errors = { | |||
88 | '(EE) AIGLX: reverting to software rendering', | 90 | '(EE) AIGLX: reverting to software rendering', |
89 | ] + x86_common, | 91 | ] + x86_common, |
90 | 'core2_32' : [ | 92 | 'core2_32' : [ |
93 | 'ACPI: No _BQC method, cannot determine initial brightness', | ||
91 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 94 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |
92 | '(EE) Failed to load module "psb"', | 95 | '(EE) Failed to load module "psb"', |
93 | '(EE) Failed to load module psb', | 96 | '(EE) Failed to load module psb', |
@@ -96,6 +99,9 @@ ignore_errors = { | |||
96 | '(EE) open /dev/fb0: No such file or directory', | 99 | '(EE) open /dev/fb0: No such file or directory', |
97 | '(EE) AIGLX: reverting to software rendering', | 100 | '(EE) AIGLX: reverting to software rendering', |
98 | ] + x86_common, | 101 | ] + x86_common, |
102 | 'intel-corei7-64' : [ | ||
103 | "controller can't do DEVSLP, turning off", | ||
104 | ] + common_errors, | ||
99 | 'crownbay' : x86_common, | 105 | 'crownbay' : x86_common, |
100 | 'genericx86' : x86_common, | 106 | 'genericx86' : x86_common, |
101 | 'genericx86-64' : x86_common, | 107 | 'genericx86-64' : x86_common, |