summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2020-04-07 17:46:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-07 21:57:11 +0100
commita8b2cd7470bcc25527577b95a26a0a528949232d (patch)
tree72a2d9e4af3f3759edc018cfd4ecc2963a8ce9fb /meta/lib/oeqa/runtime/cases
parent5c172e0e8f8d02fe1dacec9d3574671baf9ad075 (diff)
downloadopenembedded-core-contrib-a8b2cd7470bcc25527577b95a26a0a528949232d.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py3
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 = [
"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"
]