From 9fdea9a00b04122fa391b67f3b3b16a3ba627379 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 5 Oct 2020 18:17:19 -0700 Subject: [PATCH] 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 --- lib/oeqa/runtime/cases/parselogs_rpi.py | 3 +++ 1 file changed, 3 insertions(+) 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 = [ 'bcmgenet fd580000.genet: failed to get enet-eee clock', 'bcmgenet fd580000.genet: failed to get enet-wol clock', 'bcmgenet fd580000.genet: failed to get enet clock', + 'bcmgenet fd580000.ethernet: failed to get enet-eee clock', + 'bcmgenet fd580000.ethernet: failed to get enet-wol clock', + 'bcmgenet fd580000.ethernet: failed to get enet clock', ] ignore_errors['raspberrypi4'] = rpi_errors + common_errors