[oe-commits] Richard Purdie : oeqa/parselogs: Disable whitelist for testing

git at git.openembedded.org git at git.openembedded.org
Fri Aug 29 08:56:43 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 59985914998260d9295c45a63548a4f9179cdb47
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=59985914998260d9295c45a63548a4f9179cdb47

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Aug 29 09:55:49 2014 +0100

oeqa/parselogs: Disable whitelist for testing

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

---

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

diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 4d4a21b..92e755b 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -13,6 +13,8 @@ ignore_errors = { 'genericx86-64': ['mmci-pl18x', 'error changing net interface
                 'qemuarm': ['mmci-pl18x', 'error changing net interface name', 'dma timeout', 'mmci-pl18x: probe of fpga:[0-f][0-f] failed with error -38', 'wrong ELF class', 'Fast TSC calibration', 'AE_NOT_FOUND', 'Open ACPI failed', 'Failed to load module "glx"', '\(EE\) error', 'perfctr msr \(MSR c1 is 0\)', 'MMCONFIG information'], \
                 'qemux86-64': ['mmci-pl18x', 'error changing net interface name', 'dma timeout', 'wrong ELF class', 'Fast TSC calibration', 'AE_NOT_FOUND', 'Open ACPI failed', 'Failed to load module "glx"', '\(EE\) error', 'perfctr msr \(MSR c1 is 0\)', 'MMCONFIG information'] }
 
+ignore_errors = {}
+
 log_locations = ["/var/log/","/var/log/dmesg", "/tmp/dmesg_output.log"]
 
 class ParseLogsTest(oeRuntimeTest):



More information about the Openembedded-commits mailing list