Vendor-facing API for registration of interop-compliance
Go to file
Rob Hirschfeld c7fd7ae3cb Basics of TCUP that is used OUTSIDE of RefStack to run RefStack
This simple set of scripts will
1) build a usable RefStack container using the /scripts/dockerfile
2) assemble the correct environment variables and other run command params
3) run the container in the background
4) provide the user the right command to attach to the container
5) could be used WITHOUT cloning RefStack
6) DEBUG mode using DEBUG env variable
7) Debug mode will map PWD to /dev to make code edits easier

TODO:
1) the command to start tempest is NOT working, needs to get fixed

Change-Id: I2c1d895c3da8cefbf5a023f513c6cf6119161f8b
2014-04-03 19:44:04 -05:00
alembic Modified the database structure 2014-03-07 12:59:14 -08:00
doc Basics of TCUP that is used OUTSIDE of RefStack to run RefStack 2014-04-03 19:44:04 -05:00
refstack Display test results. 2014-04-02 17:10:15 -07:00
scripts Basics of TCUP that is used OUTSIDE of RefStack to run RefStack 2014-04-03 19:44:04 -05:00
specs refinment of specs readme. 2014-04-03 06:43:16 -07:00
tests added tox.ini 2014-03-01 17:36:44 -08:00
.gitignore Basics of TCUP that is used OUTSIDE of RefStack to run RefStack 2014-04-03 19:44:04 -05:00
.testr.conf added tox.ini 2014-03-01 17:36:44 -08:00
alembic.ini Modified the database structure 2014-03-07 12:59:14 -08:00
config.json.sample Add discovery methods. 2014-03-27 13:04:21 -07:00
README.rst Docs Refactor 2014-03-22 08:41:34 -05:00
refstack.cfg added base gearman code for client side. 2014-03-20 05:23:57 -07:00
requirements.txt added base gearman code for client side. 2014-03-20 05:23:57 -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 tox.ini 2014-03-01 17:36:44 -08: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