From 3c564d258733456cfc32f50ade52dbc10b9b8c24 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 25 Mar 2018 20:26:24 +0000 Subject: [PATCH] Document how to run specific tempest test Change-Id: Id20807da3f36ed00ecbe8c7bb94fe601b7ebf70b --- doc/source/contributor/tempest-tests.rst | 4 ++++ 1 file changed, 4 insertions(+) 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