summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:22:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:53:29 +0100
commit2164ae0b28486cfdec3baf12d20be83e84f0d1da (patch)
tree90b5b98d3b9e8583241eb0c3967ba5e562a064c1 /meta/lib
parentaeb1d21db755883da60144d3f8e26006fd6af9d0 (diff)
downloadpoky-2164ae0b28486cfdec3baf12d20be83e84f0d1da.tar.gz
oeqa/runtime/parselogs: Make DVD ata error apply to all qemux86 machines
This log checking fix is needed for both qemux86 and qemux86-64 so move to the common section. [YOCTO #14528] (From OE-Core rev: 2475ce68f0bc1f342c75364dfcfaf7f30499badf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 5db0216597..2b8893d842 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -91,6 +91,7 @@ qemux86_common = [
91 "glamor initialization failed", 91 "glamor initialization failed",
92 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", 92 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
93 "floppy: error", 93 "floppy: error",
94 'failed to IDENTIFY (I/O error, err_mask=0x4)',
94] + common_errors 95] + common_errors
95 96
96ignore_errors = { 97ignore_errors = {
@@ -98,7 +99,6 @@ ignore_errors = {
98 'qemux86' : [ 99 'qemux86' : [
99 'Failed to access perfctr msr (MSR', 100 'Failed to access perfctr msr (MSR',
100 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', 101 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
101 'failed to IDENTIFY (I/O error, err_mask=0x4)',
102 ] + qemux86_common, 102 ] + qemux86_common,
103 'qemux86-64' : qemux86_common, 103 'qemux86-64' : qemux86_common,
104 'qemumips' : [ 104 'qemumips' : [