Vendor-facing API for registration of interop-compliance
Go to file
Eric Windisch 3a35b79a81 Only pass env variable names to docker run
Specifying the values for environment variables is
not necessary for docker, we can simply pass the names
of the variables to whitelist for pass-through.

This must be done at 'docker run' and may not (currently)
be done via a Dockerfile (without baking the potentially sensitive
values of the params into the image)

Change-Id: I81f229acd33184e8bb2a15c48020e74a32d7ad6c
2014-06-11 14:55:33 -07:00
alembic Remove executable flags 2014-05-13 16:32:01 +02:00
defcore Refactor json for coretests to include criteria information. 2014-05-25 21:15:05 -05:00
doc updated run_tempest_manually.md based on Forrest comments 2014-05-21 15:15:33 +01:00
refstack Merge "Remove executable flags" 2014-05-29 23:34:52 +00:00
scripts Only pass env variable names to docker run 2014-06-11 14:55:33 -07:00
specs Add cross reference line based on updated template 2014-05-30 03:49:45 +00:00
tests added base unittest 2014-05-28 06:35:32 -07: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 added tox.ini 2014-03-01 17:36:44 -08:00
alembic.ini Remove executable flags 2014-05-13 16:32:01 +02:00
config.json.sample Add discovery methods. 2014-03-27 13:04:21 -07:00
LICENSE Add a LICENSE 2014-05-13 16:37:37 +02:00
README.rst Remove executable flags 2014-05-13 16:32:01 +02:00
refstack.cfg Remove executable flags 2014-05-13 16:32:01 +02:00
requirements.txt removed gear from requirments list 2014-06-09 00:50:58 -07:00
setup.cfg added tox.ini 2014-03-01 17:36:44 -08:00
setup.py added tox.ini 2014-03-01 17:36:44 -08:00
test-requirements.txt added tox.ini 2014-03-01 17:36:44 -08:00
tox.ini added py33 and removed py26 from tox.ini 2014-06-09 16:52:33 -07:00

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.
  • TCUP: Portable, Containerized Tempest for Community running and reporting results to RefStack
  • 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

Test your Cloud and Share! > Running TCUP

TCUP (Tempest in a Container to Upload from Probe) is a portable way for community members to quickly and consistently run Tempest against private and public clouds.

TCUP docs