diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-10-05 18:17:19 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-04 12:09:34 +0000 |
commit | 9fdea9a00b04122fa391b67f3b3b16a3ba627379 (patch) | |
tree | 789671dcca4adb4a0832438254ac0e3562fcffb1 | |
parent | c2900e59cb0127341202a40f0a8cf99ea67ba21a (diff) | |
download | meta-raspberrypi-9fdea9a00b04122fa391b67f3b3b16a3ba627379.tar.gz |
oeqa: Add 5.4 specific error messages to ignore list
with 5.4 fd580000.genet has been replaced with fd580000.ethernet in the
error text
Fixes
https://github.com/raspberrypi/linux/issues/3884
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | lib/oeqa/runtime/cases/parselogs_rpi.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/oeqa/runtime/cases/parselogs_rpi.py b/lib/oeqa/runtime/cases/parselogs_rpi.py index 5cf9af1..4a94310 100644 --- a/lib/oeqa/runtime/cases/parselogs_rpi.py +++ b/lib/oeqa/runtime/cases/parselogs_rpi.py | |||
@@ -4,6 +4,9 @@ rpi_errors = [ | |||
4 | 'bcmgenet fd580000.genet: failed to get enet-eee clock', | 4 | 'bcmgenet fd580000.genet: failed to get enet-eee clock', |
5 | 'bcmgenet fd580000.genet: failed to get enet-wol clock', | 5 | 'bcmgenet fd580000.genet: failed to get enet-wol clock', |
6 | 'bcmgenet fd580000.genet: failed to get enet clock', | 6 | 'bcmgenet fd580000.genet: failed to get enet clock', |
7 | 'bcmgenet fd580000.ethernet: failed to get enet-eee clock', | ||
8 | 'bcmgenet fd580000.ethernet: failed to get enet-wol clock', | ||
9 | 'bcmgenet fd580000.ethernet: failed to get enet clock', | ||
7 | ] | 10 | ] |
8 | 11 | ||
9 | ignore_errors['raspberrypi4'] = rpi_errors + common_errors | 12 | ignore_errors['raspberrypi4'] = rpi_errors + common_errors |