glare/glare_tempest_plugin
Vu Cong Tuan f72c3be90e Replace the usage of some aliases in tempest
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
2017-10-11 13:06:32 +07:00
..
contrib Fix tempest plugin 2017-09-21 21:59:13 +03:00
services Add tempest plugin 2016-10-14 10:39:23 +00:00
tests Replace the usage of some aliases in tempest 2017-10-11 13:06:32 +07:00
README.rst Add tempest tests. 2017-07-25 15:37:58 +00:00
__init__.py Add tempest plugin 2016-10-14 10:39:23 +00:00
clients.py Fix tempest plugin 2017-09-21 21:59:13 +03:00
config.py Fix tempest plugin 2017-09-21 21:59:13 +03:00
plugin.py Add tempest plugin 2016-10-14 10:39:23 +00:00

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