]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/parselogs: Make DVD ata error apply to all qemux86 machines
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 08:22:46 +0000 (09:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 08:22:50 +0000 (09:22 +0100)
This log checking fix is needed for both qemux86 and qemux86-64 so move
to the common section.

[YOCTO #14528]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py

index 5db02165975820795ce26a58de19b5fa5044dd22..2b8893d842dac70fdf88e70dc29f8f186d344aa7 100644 (file)
@@ -91,6 +91,7 @@ qemux86_common = [
     "glamor initialization failed",
     "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
     "floppy: error",
+    'failed to IDENTIFY (I/O error, err_mask=0x4)',
 ] + common_errors
 
 ignore_errors = {
@@ -98,7 +99,6 @@ ignore_errors = {
     'qemux86' : [
         'Failed to access perfctr msr (MSR',
         'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
-        'failed to IDENTIFY (I/O error, err_mask=0x4)',
         ] + qemux86_common,
     'qemux86-64' : qemux86_common,
     'qemumips' : [