glare/glare_tempest_plugin
Mike Fedosin c028791852 Enable tempest tests for Glare
Change-Id: Ia4d8014b04c5a39b59f6af8f87e9195cd93e5e80
2017-09-04 19:03:36 +03:00
..
contrib Enable tempest tests for Glare 2017-09-04 19:03:36 +03:00
services Add tempest plugin 2016-10-14 10:39:23 +00:00
tests Enable tempest tests for Glare 2017-09-04 19:03:36 +03: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 Add tempest tests. 2017-07-25 15:37:58 +00:00

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