Merge "Doc: run tempest tests without tox"

This commit is contained in:
Zuul 2019-03-05 02:31:40 +00:00 committed by Gerrit Code Review
commit 56c939dc9c
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ Navigate to tempest directory::
Run this command::
tox -eall-plugin -- zun_tempest_plugin.tests.tempest.api
tempest run --regex zun_tempest_plugin.tests.tempest.api
To run a single test case, run with the test case name, for example::
tox -e all-plugin -- zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_list_containers
tempest run --regex zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_list_containers