diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 1bb0425521..73243c3659 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -59,6 +59,7 @@ common_errors = [ | |||
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 | "[rndr ]: Initialization Failed", | ||
62 | "[pulseaudio] authkey.c: Failed to open cookie file", | 63 | "[pulseaudio] authkey.c: Failed to open cookie file", |
63 | "[pulseaudio] authkey.c: Failed to load authentication key", | 64 | "[pulseaudio] authkey.c: Failed to load authentication key", |
64 | ] | 65 | ] |