From 99872c0b9d244446b8170d17814cfddd11d94cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Piwowarski?= Date: Fri, 7 Oct 2022 15:34:18 +0200 Subject: Remove reference to 'all-plugin' tox environment The 'all-plugin' tox environment was deprecated by this patch [1]. Instead of the 'all-plugin' it is recommended to use the 'all' tox environment. This patch removes any reference to 'all-plugin' tox environment and updates the documentation so that the installation steps work with the 'all' venv. [1] https://review.opendev.org/c/openstack/tempest/+/543974 Change-Id: I3150749ddfa8f731f4b17b40df23ebae75197296 --- doc/source/contributor/testing.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 80b07517a..bf63fd1fd 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -91,8 +91,10 @@ Tempest Tests Tempest tests in the Cinder tree are "plugged in" to the normal tempest test execution. To ensure the Cinder tests are picked up when running tempest, run:: + cd /opt/stack/tempest - tox -e all-plugin + tox -e venv-tempest -- pip install (path to the cinder-tempest-plugin directory) + tox -e all More information about tempest can be found in the `Tempest Documentation `_. -- cgit v1.2.1