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 f0bcd168c6..017b5505e1 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -51,7 +51,8 @@ common_errors = [ | |||
| 51 | "Cannot set xattr user.Librepo.DownloadInProgress", | 51 | "Cannot set xattr user.Librepo.DownloadInProgress", |
| 52 | "Failed to read /var/lib/nfs/statd/state: Success", | 52 | "Failed to read /var/lib/nfs/statd/state: Success", |
| 53 | "error retry time-out =", | 53 | "error retry time-out =", |
| 54 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback" | 54 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback", |
| 55 | "Error changing net interface name 'eth0' to " | ||
| 55 | ] | 56 | ] |
| 56 | 57 | ||
| 57 | video_related = [ | 58 | video_related = [ |
