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