mistral-tempest-plugin/mistral_tempest_tests
Brad P. Crochet 09370b7a51 Add zuul jobs for mistral-tempest-plugin
Also defines the devstack jobs for mistral and python-mistralclient.

Change-Id: I7eaff91b3bc3b94ca97ffc7a1ace74c86117bd07
Depends-On: I4a3068cbe765a16f6ba4b0c3e38410929ca3a14c
Needed-By: I10c06d3fb644c7e3026eac7a00660f0465fb0749
2018-01-19 09:25:47 -05:00
..
services Decoupling of Mistral tempest test from Mistral code base 2017-10-09 23:20:06 -05:00
tests Add zuul jobs for mistral-tempest-plugin 2018-01-19 09:25:47 -05:00
__init__.py Initial layout for mistral tempest plugin. 2015-12-24 06:11:06 +00:00
config.py Stop adding ServiceAvailable group option 2016-10-01 13:50:30 +05:30
plugin.py Stop adding ServiceAvailable group option 2016-10-01 13:50:30 +05:30
README.rst Added README.rst file for tempest plugin. 2015-12-24 06:14:12 +00:00

Tempest Integration of Mistral

This directory contains Tempest tests to cover the mistral project.

To list all Mistral tempest cases, go to tempest directory, then run:

$ testr list-tests mistral

To run only these tests in tempest, go to tempest directory, then run:

$ ./run_tempest.sh -N -- mistral

To run a single test case, go to tempest directory, then run with test case name, e.g.:

$ ./run_tempest.sh -N -- mistral_tempest_tests.tests.api.v2.test_mistral_basic_v2.WorkbookTestsV2.test_get_workbook

Alternatively, to run mistral tempest plugin tests using tox, go to tempest directory, then run:

$ tox -eall-plugin mistral

And, to run a specific test:

$ tox -eall-plugin mistral_tempest_tests.tests.api.v2.test_mistral_basic_v2.WorkbookTestsV2.test_get_workbook