diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-10-26 17:09:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-26 21:11:28 +0100 |
commit | 7ac5639812f7f31c040ee6db545884ae5b54cb33 (patch) | |
tree | 7e74a00ca9a570350c074b7af25927853e30bb86 /meta/lib/oeqa/runtime | |
parent | 207a5a21d38f4ed1b71aed0158ce067b57502cc7 (diff) | |
download | poky-7ac5639812f7f31c040ee6db545884ae5b54cb33.tar.gz |
oeqa/runtime/cases/parselogs: remove "edgerouter" case
The "edgerouter" machine has been removed since
https://git.yoctoproject.org/poky/commit/?id=0c64d0e4317e3749f7f7ed9ecd5d08bbb0cedc9e
(From OE-Core rev: b82514c821add181e141d12b0c1723760b445fea)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index a805edd79d..cddb846bdf 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -180,12 +180,6 @@ ignore_errors = { | |||
180 | 'Failed to load DMC firmware', | 180 | 'Failed to load DMC firmware', |
181 | 'The driver is built-in, so to load the firmware you need to', | 181 | 'The driver is built-in, so to load the firmware you need to', |
182 | ] + x86_common, | 182 | ] + x86_common, |
183 | 'edgerouter' : [ | ||
184 | 'not creating \'/sys/firmware/fdt\'', | ||
185 | 'Failed to find cpu0 device node', | ||
186 | 'Fatal server error:', | ||
187 | 'Server terminated with error', | ||
188 | ] + common_errors, | ||
189 | 'beaglebone-yocto' : [ | 183 | 'beaglebone-yocto' : [ |
190 | 'Direct firmware load for regulatory.db', | 184 | 'Direct firmware load for regulatory.db', |
191 | 'failed to load regulatory.db', | 185 | 'failed to load regulatory.db', |