summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-07-28 13:32:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:01:43 +0100
commitdff1129ce9a568b6b9bfa9a3a9a71b09288421e1 (patch)
tree8548b8861ed37c86046e17e758c1007880f1c60e /meta/lib
parent66d838ddc772b996d85e506250129bf5da5145e6 (diff)
downloadpoky-dff1129ce9a568b6b9bfa9a3a9a71b09288421e1.tar.gz
parselogs.py: qemuarm should be qemuarmv5
All of the errors being masked off for qemuarm are legacy from before the migration of qemuarm to qemuarmv5. Rename the machine to that to allow for qemuarmv5 to pass parselog test. Light testing shows no errors in dmesg for qemuarm. (From OE-Core rev: 5dc6645397fa8072428a17ea904d8e0b110dc12c) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 701a58504de15b244b970908f2de0971a35b5a09) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 1bb0425521..e06f92727e 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -121,7 +121,7 @@ ignore_errors = {
121 'synth uevent: /devices/vio: failed to send uevent', 121 'synth uevent: /devices/vio: failed to send uevent',
122 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]', 122 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]',
123 ] + common_errors, 123 ] + common_errors,
124 'qemuarm' : [ 124 'qemuarmv5' : [
125 'mmci-pl18x: probe of fpga:05 failed with error -22', 125 'mmci-pl18x: probe of fpga:05 failed with error -22',
126 'mmci-pl18x: probe of fpga:0b failed with error -22', 126 'mmci-pl18x: probe of fpga:0b failed with error -22',
127 'Failed to load module "glx"', 127 'Failed to load module "glx"',
@@ -135,6 +135,7 @@ ignore_errors = {
135 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000', 135 'OF: amba_device_add() failed (-19) for /amba/fpga/sci@a000',
136 'Failed to initialize \'/amba/timer@101e3000\': -22', 136 'Failed to initialize \'/amba/timer@101e3000\': -22',
137 'jitterentropy: Initialization failed with host not compliant with requirements: 2', 137 'jitterentropy: Initialization failed with host not compliant with requirements: 2',
138 'clcd-pl11x: probe of 10120000.display failed with error -2',
138 ] + common_errors, 139 ] + common_errors,
139 'qemuarm64' : [ 140 'qemuarm64' : [
140 'Fatal server error:', 141 'Fatal server error:',