summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/cases
Commit message (Collapse)AuthorAgeFilesLines
* parselogs: Update the error regexps to 5.10 kernelKhem Raj2021-11-231-6/+0
| | | | | | The old messages are no longer necessary Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oeqa: Add 5.4 specific error messages to ignore listKhem Raj2020-10-091-0/+3
| | | | | | | | | | with 5.4 fd580000.genet has been replaced with fd580000.ethernet in the error text Fixes https://github.com/raspberrypi/linux/issues/3884 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oeqa: Add rpi specific kernel dmesg parserKhem Raj2020-03-171-0/+15
These errors are harmless on rpi3/rpi4 [1] [1] https://github.com/raspberrypi/linux/issues/3195 Signed-off-by: Khem Raj <raj.khem@gmail.com>