]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Automatic test for parsing the logs on a machine and search for certain...
authorLucian Musat <georgex.l.musat@intel.com>
Mon, 18 Aug 2014 14:12:28 +0000 (17:12 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Aug 2014 22:40:40 +0000 (23:40 +0100)
commita14d076a401397b6773d5d1b99e49126261f1eb4
tree544e55887102c1874d464c3f60dc03e9c541d709
parentbef6c3f4ebcd19ea3845aab27a165c370102b62c
oeqa/runtime: Automatic test for parsing the logs on a machine and search for certain error keywords.

This adds a common new qa test for general processing of log files. One
significant improvement is machine dependent ignore filters.

This can be used to replace several weaker individual QA tests
that are currently used.

Signed-off-by: Lucian Musat <georgex.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/parselogs.py [new file with mode: 0644]