]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpers
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 11 Sep 2019 14:13:07 +0000 (14:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Sep 2019 14:28:55 +0000 (15:28 +0100)
commit06cba9883a5964320969301fd05eeb6bec3e786d
treecd2d2a16ff3f3a75c4e51a55db997e37879d3a30
parent34d9f60a8c2e98fdacbb799af11ec015bc5700f4
oeqa/core/case.py: Add OEPTestResultTestCase for ptestresult helpers

Add the OEPTestResultTestCase class as a mix-in class to provide helper
functions for interacting with ptestresults within the extraresults
object generated by the test case.

This class also provides default compression of log text and log files.

Also add support to resulttool for decoding/decompressing log files
embedded in the test results.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/case.py
scripts/lib/resulttool/log.py
scripts/lib/resulttool/resultutils.py