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 e16c230dfa..e67d3750da 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py | |||
@@ -67,6 +67,8 @@ common_errors = [ | |||
67 | "was skipped because of a failed condition check", | 67 | "was skipped because of a failed condition check", |
68 | "was skipped because all trigger condition checks failed", | 68 | "was skipped because all trigger condition checks failed", |
69 | "xf86OpenConsole: Switching VT failed", | 69 | "xf86OpenConsole: Switching VT failed", |
70 | "Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported", | ||
71 | "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported", | ||
70 | ] | 72 | ] |
71 | 73 | ||
72 | video_related = [ | 74 | video_related = [ |