Andrew Geissler | 062316f | 2020-05-15 14:19:14 -0500 | [diff] [blame] | 1 | from oeqa.runtime.cases.parselogs import * |
2 | |||||
3 | rpi_errors = [ | ||||
Andrew Geissler | 062316f | 2020-05-15 14:19:14 -0500 | [diff] [blame] | 4 | ] |
5 | |||||
6 | ignore_errors['raspberrypi4'] = rpi_errors + common_errors | ||||
7 | ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors | ||||
8 | ignore_errors['raspberrypi3'] = rpi_errors + common_errors | ||||
9 | ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors | ||||
10 | |||||
11 | class ParseLogsTestRpi(ParseLogsTest): | ||||
12 | pass |