RETIRED, further work has moved to Debian project infrastructure
9936cdee15
This commit adds a new base test class for the cli testing framework. This differs from the previous version in the tempest repo because it uses an abstract method to initialize the client object. While in tempest this was done inside the test class itself and leveraged the config object. Since the config object is being decoupled from the library defining the test class this way allows any child test class to use whatever credentials and previous config options directly in setup. |
||
---|---|---|
doc/source | ||
tempest_lib | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
tempest-lib
OpenStack Functional Testing Library
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/tempest-lib
- Source: http://git.openstack.org/cgit/openstack/tempest-lib
- Bugs: http://bugs.launchpad.net/tempest
Features
- TODO