[OE-core] [PATCH] oeqa/runtime: Some new tweaks to the error log parser.

Lucian Musat george.l.musat at intel.com
Mon Mar 9 12:01:29 UTC 2015


These errors keep showing up in the automated tests and should be whitelisted.

Signed-off-by: Lucian Musat <george.l.musat at intel.com>
---
 meta/lib/oeqa/runtime/parselogs.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index b1dcc1e..97e5bb0 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -22,6 +22,8 @@ common_errors = [
     "Failed to load module modesetting",
     "Failed to load module \"glx\"",
     "Failed to load module glx",
+    "Open ACPI failed (/var/run/acpid.socket) (No such file or directory)",
+    "NX (Execute Disable) protection cannot be enabled: non-PAE kernel",
     "[drm] Cannot find any crtc or sizes - going 1024x768"
     ]
 
@@ -35,7 +37,6 @@ x86_common = [
 qemux86_common = [
     'Fast TSC calibration', 
     '_OSC failed (AE_NOT_FOUND); disabling ASPM',
-    'Open ACPI failed (/var/run/acpid.socket) (No such file or directory)',
     'wrong ELF class',
 ] + common_errors
 
-- 
2.1.0




More information about the Openembedded-core mailing list