summaryrefslogtreecommitdiffstats
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-09 10:19:42 +0100
commitf8befac502def623ec3ea1a5b819d87dd787d40d (patch)
tree82026a7e467cf068d500b1bc8be9be55828fd3d6
parentb6eb6cfac29e163c035b402e62245c7e37f36d4f (diff)
downloadpoky-f8befac502def623ec3ea1a5b819d87dd787d40d.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: f749f4e73e7c5c5f42dc91672d2c7df0ad7b3734) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2475ce68f0bc1f342c75364dfcfaf7f30499badf) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 7f085565e2..01b633d89e 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -90,6 +90,7 @@ qemux86_common = [
90 "glamor initialization failed", 90 "glamor initialization failed",
91 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", 91 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
92 "floppy: error", 92 "floppy: error",
93 'failed to IDENTIFY (I/O error, err_mask=0x4)',
93] + common_errors 94] + common_errors
94 95
95ignore_errors = { 96ignore_errors = {
@@ -97,7 +98,6 @@ ignore_errors = {
97 'qemux86' : [ 98 'qemux86' : [
98 'Failed to access perfctr msr (MSR', 99 'Failed to access perfctr msr (MSR',
99 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)', 100 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
100 'failed to IDENTIFY (I/O error, err_mask=0x4)',
101 ] + qemux86_common, 101 ] + qemux86_common,
102 'qemux86-64' : qemux86_common, 102 'qemux86-64' : qemux86_common,
103 'qemumips' : [ 103 'qemumips' : [