Browse Source

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>
Khem Raj 3 years ago
parent
commit
4a827bfff2
1 changed files with 0 additions and 6 deletions
  1. 0 6
      lib/oeqa/runtime/cases/parselogs_rpi.py

+ 0 - 6
lib/oeqa/runtime/cases/parselogs_rpi.py

@@ -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