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 15343d7abb..b7c7b30adf 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 "Error changing net interface name 'eth0' to ",
59 "Cannot find a map file"
59 ] 60 ]
60 61
61video_related = [ 62video_related = [