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
This commit is contained in:
Lukáš Piwowarski 2022-10-07 15:34:18 +02:00
parent 4a6792fba3
commit 99872c0b9d

View File

@ -91,8 +91,10 @@ Tempest Tests
Tempest tests in the Cinder tree are "plugged in" to the normal tempest test 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:: execution. To ensure the Cinder tests are picked up when running tempest, run::
cd /opt/stack/tempest 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 More information about tempest can be found in the `Tempest Documentation
<https://docs.openstack.org/tempest/latest/>`_. <https://docs.openstack.org/tempest/latest/>`_.