From 9c760ffd3d322b7cd27f0d7588d285aa3b0254ac Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 7 Apr 2020 17:46:36 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/parselogs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = [ "Failed to read /var/lib/nfs/statd/state: Success", "error retry time-out =", "logind: cannot setup systemd-logind helper (-61), using legacy fallback", - "Error changing net interface name 'eth0' to ", + "Failed to rename network interface", + "Failed to process device, ignoring: Device or resource busy", "Cannot find a map file", "[rdrand]: Initialization Failed" ] -- cgit v1.2.3-54-g00ecf