summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-09 09:32:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 14:00:36 +0000
commit7dd1c5a1eee65bf1d1f82c642f54586ad6a1f55b (patch)
tree7c1b19388e9b3ba9a70f7952fc5c93c155ff2f70 /meta/lib/oeqa
parented69ef20167da0986bc9363d1a91e62001995af4 (diff)
downloadpoky-7dd1c5a1eee65bf1d1f82c642f54586ad6a1f55b.tar.gz
parselogs: Allow expected kernel messages for qemuppc64
pseries machine emulation ends up with these three messages in kernel logs which are harmless, so ignore them for now https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5600561.html https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1827162 (From OE-Core rev: f9a5dc7eeb99d211d728f8f7395aa22d4749e6a7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index a1791b5cca..4714741aff 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -114,6 +114,11 @@ ignore_errors = {
114 'can\'t handle BAR above 4GB', 114 'can\'t handle BAR above 4GB',
115 'Cannot reserve Legacy IO', 115 'Cannot reserve Legacy IO',
116 ] + common_errors, 116 ] + common_errors,
117 'qemuppc64' : [
118 'vio vio: uevent: failed to send synthetic uevent',
119 'synth uevent: /devices/vio: failed to send uevent',
120 'PCI 0000:00 Cannot reserve Legacy IO [io 0x10000-0x10fff]',
121 ] + common_errors,
117 'qemuarm' : [ 122 'qemuarm' : [
118 'mmci-pl18x: probe of fpga:05 failed with error -22', 123 'mmci-pl18x: probe of fpga:05 failed with error -22',
119 'mmci-pl18x: probe of fpga:0b failed with error -22', 124 'mmci-pl18x: probe of fpga:0b failed with error -22',