Quellcode durchsuchen

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 <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Changqing Li vor 4 Jahren
Ursprung
Commit
a8b2cd7470
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      meta/lib/oeqa/runtime/cases/parselogs.py

+ 2 - 1
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"
     ]