Document how to run specific tempest test
Change-Id: Id20807da3f36ed00ecbe8c7bb94fe601b7ebf70b
This commit is contained in:
parent
620f1b43ac
commit
3c564d2587
@ -45,3 +45,7 @@ Navigate to tempest directory::
|
|||||||
Run this command::
|
Run this command::
|
||||||
|
|
||||||
tox -eall-plugin -- zun_tempest_plugin.tests.tempest.api
|
tox -eall-plugin -- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user