]> 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)
committerArmin Kuster <akuster808@gmail.com>
Sat, 6 Apr 2019 11:17:07 +0000 (16:47 +0530)
commit08c5471c5abd95616af8df862e96072d022a6f42
tree9d2736bcedabb2276b21fcfcff079a6197708e4a
parent639598aa855df523e3dd1f8df1b0eacfa7fb13d6
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/resulttool/resultutils.py
scripts/lib/resulttool/store.py