Idan Narotzki c912bf100d Add tempest tests.
Add test_DB_store tests that includes:
create artifact, download/upload blob/folder.

Change-Id: I8e77fe639e73a4107433c1bcbbd601c6d089786c
2017-07-25 15:37:58 +00:00

19 lines
404 B
ReStructuredText

============================
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