diff options
author | Changqing Li <changqing.li@windriver.com> | 2020-04-07 17:46:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-07 21:57:16 +0100 |
commit | 9c760ffd3d322b7cd27f0d7588d285aa3b0254ac (patch) | |
tree | b4f19a177d65f53975cc3a14002fc909591460fd /meta/lib | |
parent | 3e78dc11c18416d78bceca75a182c46057d9b59e (diff) | |
download | poky-9c760ffd3d322b7cd27f0d7588d285aa3b0254ac.tar.gz |
parselogs.py: update network interface related messages
along with systemd upgrade, error message related change
network interface have changed, update it.
(From OE-Core rev: a8b2cd7470bcc25527577b95a26a0a528949232d)
Signed-off-by: Changqing Li <changqing.li@windriver.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index cc4f5f8c78..f94387c8bc 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -55,7 +55,8 @@ common_errors = [ | |||
55 | "Failed to read /var/lib/nfs/statd/state: Success", | 55 | "Failed to read /var/lib/nfs/statd/state: Success", |
56 | "error retry time-out =", | 56 | "error retry time-out =", |
57 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback", | 57 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback", |
58 | "Error changing net interface name 'eth0' to ", | 58 | "Failed to rename network interface", |
59 | "Failed to process device, ignoring: Device or resource busy", | ||
59 | "Cannot find a map file", | 60 | "Cannot find a map file", |
60 | "[rdrand]: Initialization Failed" | 61 | "[rdrand]: Initialization Failed" |
61 | ] | 62 | ] |