openstack-health/openstack_health
Nathan Karsten c9097cc3c9 Add recent/detail openstack-health api.
Added a new api to retrieve the full details of the most recent runs, rather
than just the summary. This data was already available in the code, the api
simply returns it to the caller. This api can be used to provide “Test %”
complete rather than a simple “Runs passed/failed” which is in the current
/recent api.

Moved the existing functionality of the recent api call to a wrapper
module. This will be called by the recent api and the recent/detail api.
The detail version will return all the information returned by
subunit2sql and will not calculate pass or fail.

Added a unit test for the new recent/detail api.

Change-Id: I5528444148f525285cafed3fa9ce0a94dbfd5306
2016-04-04 08:40:54 -05:00
..
tests Add recent/detail openstack-health api. 2016-04-04 08:40:54 -05:00
__init__.py Add python bits to the repo 2015-09-14 19:06:08 -04:00
api.py Add recent/detail openstack-health api. 2016-04-04 08:40:54 -05:00
base_aggregator.py Properly interpolate missing data for test_runs 2015-12-11 17:12:43 -05:00
run_aggregator.py Enable Python 3 2016-02-24 19:56:46 +00:00
test_run_aggregator.py Enable Python 3 2016-02-24 19:56:46 +00:00