RETIRED, further work has moved to Debian project infrastructure
Go to file
Matthew Treinish 9936cdee15 Add a new base cli test class
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.
2014-08-28 16:53:54 -04:00
doc/source Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
tempest_lib Add a new base cli test class 2014-08-28 16:53:54 -04:00
.coveragerc Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.gitignore Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.gitreview Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.mailmap Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.testr.conf Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
babel.cfg Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
CONTRIBUTING.rst Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
HACKING.rst Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
LICENSE Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
MANIFEST.in Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
openstack-common.conf Update hacking ignore list and pep8 clean 2014-08-28 10:33:16 -04:00
README.rst Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
requirements.txt Add a new base cli test class 2014-08-28 16:53:54 -04:00
setup.cfg Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
setup.py Update hacking ignore list and pep8 clean 2014-08-28 10:33:16 -04:00
test-requirements.txt Update the requirements files 2014-08-28 16:45:12 -04:00
tox.ini Fix the coverage job in tox 2014-08-28 16:45:26 -04:00

tempest-lib

OpenStack Functional Testing Library

Features

  • TODO