Tempest plugin for the Zaqar project.
97abad9108
If Zaqar is deployed under Apache, the empty input negative check will return UnexpectedContentType which is not 405 error. This patch remove this ambiguous test. Change-Id: Ic384cd51581f0ad024bd2033eb9e00d022e253d4 |
||
---|---|---|
doc/source | ||
releasenotes | ||
zaqar_tempest_plugin | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Zaqar Tempest Plugin
Tempest plugin for Zaqar project.
It contains the tempest plugin for the functional testing of Zaqar Project.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/zaqar
- Source: http://git.openstack.org/cgit/openstack/zaqar-tempest-plugin
- Bugs: http://bugs.launchpad.net/zaqar
Running the tests
To run all tests from this plugin, install Zaqar into your environment and from the tempest repo, run:
$ tox -e all-plugin -- zaqar_tempest_tests
To run all tempest tests including this plugin, run:
$ tox -e all-plugin