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:
parent
4a6792fba3
commit
99872c0b9d
@ -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
|
||||
<https://docs.openstack.org/tempest/latest/>`_.
|
||||
|
Loading…
Reference in New Issue
Block a user