diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 3 |
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 3cad0709a1..6444fe814c 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -56,7 +56,8 @@ common_errors = [ | |||
| 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 | "Cannot find a map file", |
| 60 | "[rdrand]: Initialization Failed" | ||
| 60 | ] | 61 | ] |
| 61 | 62 | ||
| 62 | video_related = [ | 63 | video_related = [ |
