glare/glare_tempest_plugin
Jenkins c6e0c5b121 Merge "Add tempest tests." 2017-07-25 18:48:53 +00:00
..
contrib Add devstack hook stubs 2017-07-23 12:13:43 +03:00
services Add tempest plugin 2016-10-14 10:39:23 +00:00
tests Add tempest tests. 2017-07-25 15:37:58 +00: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 Add tempest plugin 2016-10-14 10:39:23 +00:00
config.py Add tempest plugin 2016-10-14 10:39:23 +00: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