From 1b7feac66a61941f3856200f5d344573df628e89 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Thu, 28 Feb 2019 03:35:21 +0000 Subject: [PATCH] Doc: run tempest tests without tox It looks we cannot run Zun tempest tests in tox environment anymore. This commit updates the document to switch to non-tox command to run tests. Change-Id: I737a8554c0d1fea6ff5309b36f070de897145975 --- doc/source/contributor/tempest-tests.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributor/tempest-tests.rst b/doc/source/contributor/tempest-tests.rst index 0df2ff263..8a61595f7 100644 --- a/doc/source/contributor/tempest-tests.rst +++ b/doc/source/contributor/tempest-tests.rst @@ -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