diff options
| -rw-r--r-- | meta/lib/oeqa/runtime/parselogs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 604a29a21c..42cb1b5e6f 100644 --- a/meta/lib/oeqa/runtime/parselogs.py +++ b/meta/lib/oeqa/runtime/parselogs.py | |||
| @@ -9,6 +9,8 @@ errors = ["error", "cannot", "can\'t", "failed"] | |||
| 9 | common_errors = [ | 9 | common_errors = [ |
| 10 | '(WW) warning, (EE) error, (NI) not implemented, (??) unknown.', | 10 | '(WW) warning, (EE) error, (NI) not implemented, (??) unknown.', |
| 11 | 'dma timeout', | 11 | 'dma timeout', |
| 12 | 'can\'t add hid device:', | ||
| 13 | 'usbhid: probe of ', | ||
| 12 | ] | 14 | ] |
| 13 | 15 | ||
| 14 | x86_common = [ | 16 | x86_common = [ |
| @@ -173,4 +175,4 @@ class ParseLogsTest(oeRuntimeTest): | |||
| 173 | self.msg += result[str(log)][str(error)]+"\n" | 175 | self.msg += result[str(log)][str(error)]+"\n" |
| 174 | self.msg += "***********************\n" | 176 | self.msg += "***********************\n" |
| 175 | self.msg += "%s errors found in logs." % errcount | 177 | self.msg += "%s errors found in logs." % errcount |
| 176 | self.assertEqual(errcount, 0, msg=self.msg) \ No newline at end of file | 178 | self.assertEqual(errcount, 0, msg=self.msg) |
