]> code.ossystems Code Review - openembedded-core.git/commit
resulttool: Allow extraction of ptest data
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Mar 2019 16:34:16 +0000 (16:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2019 21:57:00 +0000 (22:57 +0100)
commita1e0944bf260ef50dd7dfcb10db248fdd7f45bc9
tree7be9eb8517f3ecf53457aae005e44b401b9be3c0
parenteb5bbe613d8c7cbcd8b74d8ac0073c2217970410
resulttool: Allow extraction of ptest data

Rather than simply discarding the ptest data, change the code to discard
it when writing out the new testresult files, or optionally either preserve
it, or write it as seperate discrete logs.

This means the autobuilder should start writing out individual ptest log
files as well as allowing ueers to extract these manually.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/resultutils.py
scripts/lib/resulttool/store.py