From: Changqing Li Date: Tue, 7 Apr 2020 09:46:36 +0000 (+0800) Subject: parselogs.py: update network interface related messages X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8b2cd7470bcc25527577b95a26a0a528949232d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git parselogs.py: update network interface related messages along with systemd upgrade, error message related change network interface have changed, update it. Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index cc4f5f8c788..f94387c8bcc 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" ]