diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index ba1bb71f22..f0bcd168c6 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -123,15 +123,6 @@ ignore_errors = { | |||
| 123 | 'dmi: Firmware registration failed.', | 123 | 'dmi: Firmware registration failed.', |
| 124 | 'irq: type mismatch, failed to map hwirq-27 for /intc', | 124 | 'irq: type mismatch, failed to map hwirq-27 for /intc', |
| 125 | ] + common_errors, | 125 | ] + common_errors, |
| 126 | 'emenlow' : [ | ||
| 127 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | ||
| 128 | '(EE) Failed to load module "psb"', | ||
| 129 | '(EE) Failed to load module psb', | ||
| 130 | '(EE) Failed to load module "psbdrv"', | ||
| 131 | '(EE) Failed to load module psbdrv', | ||
| 132 | '(EE) open /dev/fb0: No such file or directory', | ||
| 133 | '(EE) AIGLX: reverting to software rendering', | ||
| 134 | ] + x86_common, | ||
| 135 | 'intel-core2-32' : [ | 126 | 'intel-core2-32' : [ |
| 136 | 'ACPI: No _BQC method, cannot determine initial brightness', | 127 | 'ACPI: No _BQC method, cannot determine initial brightness', |
| 137 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', | 128 | '[Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness', |
| @@ -159,7 +150,6 @@ ignore_errors = { | |||
| 159 | 'Bluetooth: hci0: Failed to send firmware data (-38)', | 150 | 'Bluetooth: hci0: Failed to send firmware data (-38)', |
| 160 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', | 151 | 'atkbd serio0: Failed to enable keyboard on isa0060/serio0', |
| 161 | ] + x86_common, | 152 | ] + x86_common, |
| 162 | 'crownbay' : x86_common, | ||
| 163 | 'genericx86' : x86_common, | 153 | 'genericx86' : x86_common, |
| 164 | 'genericx86-64' : [ | 154 | 'genericx86-64' : [ |
| 165 | 'Direct firmware load for i915', | 155 | 'Direct firmware load for i915', |
| @@ -172,10 +162,6 @@ ignore_errors = { | |||
| 172 | 'edgerouter' : [ | 162 | 'edgerouter' : [ |
| 173 | 'Fatal server error:', | 163 | 'Fatal server error:', |
| 174 | ] + common_errors, | 164 | ] + common_errors, |
| 175 | 'jasperforest' : [ | ||
| 176 | 'Activated service \'org.bluez\' failed:', | ||
| 177 | 'Unable to find NFC netlink family', | ||
| 178 | ] + common_errors, | ||
| 179 | } | 165 | } |
| 180 | 166 | ||
| 181 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] | 167 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] |
