diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-01-30 16:28:01 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-02 10:39:52 +0000 |
| commit | 55bd4629408e350d154701b1e1969b3c50de020b (patch) | |
| tree | 8b22cc3f67f57b00c45b919206b3b64de822894b /meta/lib | |
| parent | c932bf9e86f201006029f383a5fe387144dae423 (diff) | |
| download | poky-55bd4629408e350d154701b1e1969b3c50de020b.tar.gz | |
parselogs: remove mpc8315e-rdb from errors
(From OE-Core rev: 0de55be071efff60944c89582ae0e736f3bdc828)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index b7c7b30adf..9dafb89b03 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -185,11 +185,6 @@ ignore_errors = { | |||
| 185 | 'Failed to make EGL context current', | 185 | 'Failed to make EGL context current', |
| 186 | 'glamor initialization failed', | 186 | 'glamor initialization failed', |
| 187 | ] + common_errors, | 187 | ] + common_errors, |
| 188 | 'mpc8315e-rdb' : [ | ||
| 189 | 'of_irq_parse_pci: failed with', | ||
| 190 | 'Fatal server error:', | ||
| 191 | 'Server terminated with error', | ||
| 192 | ] + common_errors, | ||
| 193 | } | 188 | } |
| 194 | 189 | ||
| 195 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] | 190 | log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"] |
