diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index b81acdd18a..1f9365f3a8 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
| @@ -62,6 +62,8 @@ common_errors = [ | |||
| 62 | "[rndr ]: Initialization Failed", | 62 | "[rndr ]: Initialization Failed", |
| 63 | "[pulseaudio] authkey.c: Failed to open cookie file", | 63 | "[pulseaudio] authkey.c: Failed to open cookie file", |
| 64 | "[pulseaudio] authkey.c: Failed to load authentication key", | 64 | "[pulseaudio] authkey.c: Failed to load authentication key", |
| 65 | "was skipped because of a failed condition check", | ||
| 66 | "was skipped because all trigger condition checks failed", | ||
| 65 | ] | 67 | ] |
| 66 | 68 | ||
| 67 | video_related = [ | 69 | video_related = [ |
