summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/parselogs.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 32cc9f0e6c..116cb0b03d 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -124,7 +124,13 @@ ignore_errors = {
124 'intel-corei7-64' : x86_common, 124 'intel-corei7-64' : x86_common,
125 'crownbay' : x86_common, 125 'crownbay' : x86_common,
126 'genericx86' : x86_common, 126 'genericx86' : x86_common,
127 'genericx86-64' : x86_common, 127 'genericx86-64' : [
128 'Direct firmware load for i915',
129 'Failed to load firmware i915',
130 'Failed to fetch GuC',
131 'Failed to initialize GuC',
132 'The driver is built-in, so to load the firmware you need to',
133 ] + x86_common,
128 'edgerouter' : [ 134 'edgerouter' : [
129 'Fatal server error:', 135 'Fatal server error:',
130 ] + common_errors, 136 ] + common_errors,