mistral-tempest-plugin/mistral_tempest_tests
Arnaud Morin cbd1a97e24 Add new workflow wflong that will took longer
We have some tests that failed recently because the workflows where
already finished while we were trying to update them.
The update (e.g. set it in error) can only happen if the wf is not yet
finished.

Change-Id: I600f4e6616233b7ff62f51b158115bc370ff3591
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
2024-08-16 17:13:54 +02:00
..
services Remove some pycharm warnings 2020-02-11 10:44:26 +02:00
tests Add new workflow wflong that will took longer 2024-08-16 17:13:54 +02:00
__init__.py Initial layout for mistral tempest plugin. 2015-12-24 06:11:06 +00:00
config.py Skip service api if not supported 2020-01-30 07:53:16 +00:00
plugin.py Skip service api if not supported 2020-01-30 07:53:16 +00:00
README.rst Remove some pycharm warnings 2020-02-11 10:44:26 +02: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