glare/glare_tempest_plugin
Eyal 2580e0f4fe uncap json schema
All openstack projects now use this requirement

Change-Id: Idf458b53843ddf2cb4eec211a1fe667c18db5b05
2019-12-30 11:50:42 +02: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 uncap json schema 2019-12-30 11:50:42 +02: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