]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/logparser.py: results based log parser utility
authorLucian Musat <georgex.l.musat@intel.com>
Thu, 4 Sep 2014 11:27:25 +0000 (14:27 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Sep 2014 14:19:58 +0000 (15:19 +0100)
commit72308d030fc98982e88b121b052cd2438f6b031c
tree5b63b357d65aeacf751e57ca969b929f0679792f
parente0af8a3c751f938faf7deb60b51f42450ae58e27
oeqa/utils/logparser.py: results based log parser utility

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.

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>
meta/lib/oeqa/utils/logparser.py [new file with mode: 0644]