summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/logparser.py
Commit message (Collapse)AuthorAgeFilesLines
* oeqa/utils/logparser.py: results based log parser utilityLucian Musat2014-09-101-0/+125
A module for parsing results based logs like ptest, compliance and performance. Supports breaking the logs into multiple sections and also provides a result object to use the parser with. The parser is initialized with the regex required to identify results and section statements in the target log file. (From OE-Core rev: 72308d030fc98982e88b121b052cd2438f6b031c) Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Lucian Musat <georgex.l.musat@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>