1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

oeqa/parselogs: Updated log parser whitelist.

Added some fixes for meta-intel boards and moved some
errors from specific images to common.

(From OE-Core rev: ccbb12f9ec7c0a5714a8b1a24efb46755408c256)

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lucian Musat
2015-09-25 14:31:20 +03:00
committed by Richard Purdie
parent adeba9a4cb
commit 320500e38e
+4 -6
View File
@@ -36,6 +36,8 @@ common_errors = [
'VGA arbiter: cannot open kernel arbiter, no multi-card support', 'VGA arbiter: cannot open kernel arbiter, no multi-card support',
'Failed to find URL:http://ipv4.connman.net/online/status.html', 'Failed to find URL:http://ipv4.connman.net/online/status.html',
'Online check failed for', 'Online check failed for',
'netlink init failed',
'Fast TSC calibration',
] ]
x86_common = [ x86_common = [
@@ -46,7 +48,6 @@ x86_common = [
] + common_errors ] + common_errors
qemux86_common = [ qemux86_common = [
'Fast TSC calibration',
'wrong ELF class', 'wrong ELF class',
"fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.", "fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.",
"can't claim BAR ", "can't claim BAR ",
@@ -89,7 +90,7 @@ ignore_errors = {
'(EE) open /dev/fb0: No such file or directory', '(EE) open /dev/fb0: No such file or directory',
'(EE) AIGLX: reverting to software rendering', '(EE) AIGLX: reverting to software rendering',
] + x86_common, ] + x86_common,
'core2_32' : [ 'intel-core2-32' : [
'ACPI: No _BQC method, cannot determine initial brightness', 'ACPI: No _BQC method, cannot determine initial brightness',
'[Firmware Bug]: 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"',
@@ -98,6 +99,7 @@ ignore_errors = {
'(EE) Failed to load module psbdrv', '(EE) Failed to load module psbdrv',
'(EE) open /dev/fb0: No such file or directory', '(EE) open /dev/fb0: No such file or directory',
'(EE) AIGLX: reverting to software rendering', '(EE) AIGLX: reverting to software rendering',
"controller can't do DEVSLP, turning off",
] + x86_common, ] + x86_common,
'intel-corei7-64' : [ 'intel-corei7-64' : [
"controller can't do DEVSLP, turning off", "controller can't do DEVSLP, turning off",
@@ -108,13 +110,9 @@ ignore_errors = {
'edgerouter' : [ 'edgerouter' : [
'Fatal server error:', 'Fatal server error:',
] + common_errors, ] + common_errors,
'minnow' : [
'netlink init failed',
] + common_errors,
'jasperforest' : [ 'jasperforest' : [
'Activated service \'org.bluez\' failed:', 'Activated service \'org.bluez\' failed:',
'Unable to find NFC netlink family', 'Unable to find NFC netlink family',
'netlink init failed',
] + common_errors, ] + common_errors,
} }