]> 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>
Sun, 24 Mar 2019 16:53:32 +0000 (16:53 +0000)
commit3e711cd0482e9df644b011a7d6dadffdfe139f8e
treeaf5ed0470e728641e8950a2522448d64785239d8
parentcbe96a6dcb95032c61393bac348141e15a6b6590
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