Since the new capabilities files now use 'status' fields
instead of 'core' fields, the static files were adjusted to
account for these changes. The report page will now give the
option to filter by required, advisory, deprecated, and removed
capabilitiy statuses. For now, the new capabilities file is mirrored
in the defcore folder of refstack.
Change-Id: I79a12e94b32a89c08e8046a427553d1c156c1a2d
A GET handler was added for retrieving test results with URL of the
form: /v1/results/{test_id}.
The report page can now be used to view results. It should be accessed
with URL of the form: /output.html?test_id={test_id}. This is just to
keep it simple for now.
Change-Id: I28e9ebf74cc7a6dad360232840b49c6aae27dab0
This patch provides templates (Jinja-like) for single test run report
and for comparison of two test runs. By default these templates display
demo results.
https://storyboard.openstack.org/#!/story/111
Change-Id: Icde3559216d3a7a38c7a8e6a54e7a53300d309e9