From ca733c8fe297af3f3d8993d69406e590c1887f69 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sun, 25 Mar 2018 20:28:03 +0000 Subject: [PATCH] Fix the command for running specific test Change-Id: Ia01b217d5784bdb49b276d40da0f236e26e4be41 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 70fa61e..fa61587 100644 --- a/README.rst +++ b/README.rst @@ -34,4 +34,4 @@ Run this command:: 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.test_list_containers + $ tox -e all-plugin -- zun_tempest_plugin.tests.tempest.api.test_containers.TestContainer.test_list_containers