parselogs: Update the error regexps to 5.10 kernel
The old messages are no longer necessary Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@ -1,12 +1,6 @@
|
||||
from oeqa.runtime.cases.parselogs import *
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user