Vendor-facing API for registration of interop-compliance
c7fd7ae3cb
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 |
||
---|---|---|
alembic | ||
doc | ||
refstack | ||
scripts | ||
specs | ||
tests | ||
.gitignore | ||
.testr.conf | ||
alembic.ini | ||
config.json.sample | ||
README.rst | ||
refstack.cfg | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
General
- Mailing List: fits@openstack.org
- IRC: #refstack on Freenode
- Dev Meetings: https://wiki.openstack.org/wiki/Meetings#DefCore_.2F_RefStack_Development_Meeting
- Web-site: http://refstack.org
- Wiki: https://wiki.openstack.org/wiki/RefStack
Development
- Launchpad: https://launchpad.net/refstack
- Blueprints: https://blueprints.launchpad.net/refstack
- Bugs: https://bugs.launchpad.net/refstack
- Code Reviews: https://review.openstack.org/#q,status:open+refstack,n,z
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.
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.