[oe-commits] Richard Purdie : oeqa/parselogs: Whitelist qemuarm64 runtime errors

git at git.openembedded.org git at git.openembedded.org
Wed Jul 8 12:09:49 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 716d4a3525d19a15f5506c4ceff80fa5b4f55342
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=716d4a3525d19a15f5506c4ceff80fa5b4f55342

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jun 27 22:43:38 2015 +0100

oeqa/parselogs: Whitelist qemuarm64 runtime errors

The qemuarm64 machine doesn't have graphics so whitelist the
X server failures to start.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/runtime/parselogs.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 7721912..dd4d805 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -63,6 +63,10 @@ ignore_errors = {
         'mmci-pl18x: probe of fpga:0b failed with error -22',
         'Failed to load module "glx"'
         ] + common_errors,
+    'qemuarm64' : [
+        'Fatal server error:',
+        '(EE) Server terminated with error (1). Closing log file.',
+        ] + common_errors,
     'emenlow' : x86_common,
     'crownbay' : x86_common,
     'genericx86' : x86_common,



More information about the Openembedded-commits mailing list