]> 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>
Thu, 7 Mar 2019 21:54:58 +0000 (21:54 +0000)
commit7521834f8557565d3898605257c7fd9505ea22bb
tree2b93d2c9baabf100572a22dd20f384d7263f7d39
parent4b86ebb6a87f75421a1d12d9d5dde303938c2e9f
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