]> code.ossystems Code Review - openembedded-core.git/commitdiff
parselogs.py: update network interface related messages
authorChangqing Li <changqing.li@windriver.com>
Tue, 7 Apr 2020 09:46:36 +0000 (17:46 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Apr 2020 20:57:11 +0000 (21:57 +0100)
along with systemd upgrade, error message related change
network interface have changed, update it.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py

index cc4f5f8c788444512a0dd09c52610f1406e96d31..f94387c8bcce3e03d60a5aad38564a855123646f 100644 (file)
@@ -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"
     ]