summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/parselogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py')
-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 = [
55 "Failed to read /var/lib/nfs/statd/state: Success", 55 "Failed to read /var/lib/nfs/statd/state: Success",
56 "error retry time-out =", 56 "error retry time-out =",
57 "logind: cannot setup systemd-logind helper (-61), using legacy fallback", 57 "logind: cannot setup systemd-logind helper (-61), using legacy fallback",
58 "Error changing net interface name 'eth0' to ", 58 "Failed to rename network interface",
59 "Failed to process device, ignoring: Device or resource busy",
59 "Cannot find a map file", 60 "Cannot find a map file",
60 "[rdrand]: Initialization Failed" 61 "[rdrand]: Initialization Failed"
61 ] 62 ]