f72c3be90e
In tempest, following aliases have been moved in version Pike and will be removed in version Queens:ad * manager > os_primary [1] * admin_manager > os_admin [2] * os_adm > os_admin [3] * os > os_primary [4] * alt_manager > os_alt [5] [1] https://review.openstack.org/#/c/468036/ [2] https://review.openstack.org/#/c/467852/ [3] https://review.openstack.org/#/c/467605/ [4] https://review.openstack.org/#/c/466991/ [5] https://review.openstack.org/#/c/457555/ Change-Id: Ieaa43b6351e20ca4084f496770e9623fea46c5b3 |
||
---|---|---|
.. | ||
contrib | ||
services | ||
tests | ||
__init__.py | ||
clients.py | ||
config.py | ||
plugin.py | ||
README.rst |
Tempest Integration of Glare
This directory contains Tempest tests to cover the Glare project.
To list all glare tempest cases, go to tempest directory, then run:
$ testr list-tests glare
To run glare tempest plugin tests using tox, go to tempest directory, then run:
$ tox -eall-plugin glare
And, to run a specific test:
TBD