]> 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 10:47:30 +0000 (16:17 +0530)
commit3c5e5730031ccfb8e851734db23814a4d4fcae4a
tree7906efdb999c45a62f22325bd0eae84c03d041dd
parent5173954c1ec75629bedbe06d6979dae36eb71b6f
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