diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index f94387c8bc..a1791b5cca 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -58,7 +58,9 @@ common_errors = [ | |||
58 | "Failed to rename network interface", | 58 | "Failed to rename network interface", |
59 | "Failed to process device, ignoring: Device or resource busy", | 59 | "Failed to process device, ignoring: Device or resource busy", |
60 | "Cannot find a map file", | 60 | "Cannot find a map file", |
61 | "[rdrand]: Initialization Failed" | 61 | "[rdrand]: Initialization Failed", |
62 | "[pulseaudio] authkey.c: Failed to open cookie file", | ||
63 | "[pulseaudio] authkey.c: Failed to load authentication key", | ||
62 | ] | 64 | ] |
63 | 65 | ||
64 | video_related = [ | 66 | video_related = [ |