diff --git a/doc/source/contributor/tempest-tests.rst b/doc/source/contributor/tempest-tests.rst index 0f6acf78a..e2ee6718b 100644 --- a/doc/source/contributor/tempest-tests.rst +++ b/doc/source/contributor/tempest-tests.rst @@ -45,3 +45,7 @@ Navigate to tempest directory:: Run this command:: 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