]> code.ossystems Code Review - openembedded-core.git/commit
scripts/resulttool: Enable manual result store and regression
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Thu, 7 Mar 2019 04:49:08 +0000 (12:49 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2019 23:12:07 +0000 (23:12 +0000)
commit514a9165790dda2afb412c519cb1444493dff1f9
tree10ce0c5088d9acdc1d5cab7752448700fcd59c7c
parentde222c3c9e3aa34e42e1ad6ba6cbb9e1a18ccd80
scripts/resulttool: Enable manual result store and regression

To enable store for testresults.json file from manualexecution,
add layers metadata to configuration and add "manual" map to
resultutils.store_map.

To enable regression for manual, add "manual" map to
resultutils.regression_map. Also added compulsory configurations
('MACHINE', 'IMAGE_BASENAME') to manualexecution.

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/manualexecution.py
scripts/lib/resulttool/resultutils.py