aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/cases/parselogs_rpi.py
blob: 49226ae8168390dad9aff0ad825192636e089821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
from oeqa.runtime.cases.parselogs import *

rpi_errors = [
]

ignore_errors['raspberrypi4'] = rpi_errors + common_errors
ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors
ignore_errors['raspberrypi3'] = rpi_errors + common_errors
ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors

class ParseLogsTestRpi(ParseLogsTest):
    pass