]> code.ossystems Code Review - openembedded-core.git/commit
scripts/resulttool/report: Enable report to use regression_map
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Thu, 7 Nov 2019 09:50:27 +0000 (17:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Nov 2019 12:55:56 +0000 (12:55 +0000)
commit8577abce6feb1f529537da554d39e86a5b05ca2d
tree9f99808537b1c1364063ec1e350de6f9d291b039
parentf97252d74ea2dbe2783ec65d68fe5c98362f4b3f
scripts/resulttool/report: Enable report to use regression_map

By default, report will use the store_map to generate the key
to reference each result set. In some situation when using store_map
with multiple set of tests sharing similar test configurations,
the report will only showing partial result set for results
that having identical result_id (use of multiconfig to run tests
where it generate identical result_id).

Enable report to have the option to use the regression_map (optional)
instead of the default store_map, where it will take larger
set of configurations to generate the key to reference each
result set, this will prevent the report from only showing
partial result set.

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