Vendor-facing API for registration of interop-compliance
Go to file
sslypushenko 7e8af456c4 Add validation for incomming test results
Test results are validated using jsonschema.
Actual schema can be retrieved from /v1/results/schema endpoint.

https://github.com/stackforge/refstack/blob/master/specs/proposed/refstack-org-test-result-json-schema.rst

Change-Id: I05e5fa3b84c60925f162985cd7d51b14d69b19d8
2015-02-06 19:26:05 +02:00
bin Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00
defcore Merge "Add GET test results and add report page output" 2015-01-21 21:16:43 +00:00
doc Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00
etc Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00
refstack Add validation for incomming test results 2015-02-06 19:26:05 +02:00
specs Add validation for incomming test results 2015-02-06 19:26:05 +02:00
.gitignore Hide artifacts of the sdist run 2014-05-13 16:36:30 +02:00
.gitreview Add a gitreview setup 2014-05-18 19:02:40 +02:00
.testr.conf API with DB 2015-01-19 18:35:56 +02:00
LICENSE Add a LICENSE 2014-05-13 16:37:37 +02:00
README.rst Remove old Flask Refstack application 2015-01-02 17:45:22 +02:00
__init__.py py33 tests fixed 2014-07-22 09:37:21 +00:00
refstack.cfg Remove executable flags 2014-05-13 16:32:01 +02:00
requirements.txt Add validation for incomming test results 2015-02-06 19:26:05 +02:00
setup.cfg Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00
setup.py added tox.ini 2014-03-01 17:36:44 -08:00
test-requirements.txt API with DB 2015-01-19 18:35:56 +02:00
tox.ini Add oslo libraries and command-line utility 2015-02-04 16:54:59 +04:00

README.rst

RefStack/TCUP and Driver Test

This project support collection and publication of Community Test results for OpenStack. There are multiple components of this effort:

  • RefStack: Community-facing API for registration of interop-compliance endpoints for on-demand testing.
  • Driver Test

Participate

Collecting the Results > Running RefStack

RefStack is a Web UI and API used to collect and display test results. This information is used by the DefCore committee to help select must-pass capabilities.

RefStack docs