OpenStack test classes
Go to file
Monty Taylor 960e4441b8 Add class to deal with clouds.yaml support
For running functional tests on devstack nodes, it's important to be
able to get the appropriate credentials. Use the clouds.yaml that is
newly written by devstack and os-client-config to pull a few well
defined sets of credentials.

Change-Id: Ibd2d473fce878424e8a6d1c76e81088e575e619b
2015-05-14 20:43:32 -07:00
doc/source Update docs for new script name 2015-01-30 19:27:08 +00:00
oslotest Add class to deal with clouds.yaml support 2015-05-14 20:43:32 -07:00
tests Handle tempfile content encoding 2014-09-25 12:52:13 -07:00
tools Force rebuild egg-info before running cross tests 2015-02-23 12:59:30 -05:00
.coveragerc apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.gitignore apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.gitreview fix .gitreview after rename 2014-05-27 05:16:23 -07:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.testr.conf apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
MANIFEST.in apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Cleanup README.rst and setup.cfg 2015-04-04 02:39:46 -04:00
requirements.txt Add class to deal with clouds.yaml support 2015-05-14 20:43:32 -07:00
setup.cfg Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:24:38 -04:00
setup.py Updated from global requirements 2014-04-30 02:45:51 +00:00
test-requirements.txt Uncap library requirements for liberty 2015-04-16 18:09:08 +00:00
tox.ini Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:24:38 -04:00

README.rst

oslotest

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.