OpenStack Testing (Tempest) of an existing cloud
f9bb8b8b21
Historically Neutron had API extensions to make it clear what feature is available and what is not. There are however features without new API extensions, see [1] and [2]. To avoid having lots of config options that makes it possible in a branchless tempest to detect if a given feature is available or not on a given Neutron branch this patch proposes a list config option similar to api_extensions: available_features. available_features is a list option with the special all entry, and new tests that depend on API extensionless features can use this to be skipped on older branches. [1] https://review.opendev.org/750355 [2] https://review.opendev.org/743695 Change-Id: I9d4be68db0f18dcaded4bfe78f5a314cb450987a |
||
---|---|---|
doc | ||
etc | ||
playbooks | ||
releasenotes | ||
roles | ||
tempest | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
REVIEWING.rst | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Tempest - The OpenStack Integration Test Suite
This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
- Documentation: https://docs.openstack.org/tempest/latest/
- Features: https://specs.openstack.org/openstack/qa-specs/#tempest
- Bugs: https://bugs.launchpad.net/tempest/
- Release Notes: https://docs.openstack.org/releasenotes/tempest
Get in touch via email. Use [tempest] in your subject.