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: Id3451147d172002d67b4557680560a59b026ed77
This commit is contained in:
Lukáš Piwowarski 2022-10-07 15:40:32 +02:00
parent 3b1504f4ab
commit eb046d3419

View File

@ -125,7 +125,8 @@ You can also run an integration test that an instance is booted from a remote
volume with tempest in the environment:: volume with tempest in the environment::
cd /opt/stack/tempest cd /opt/stack/tempest
tox -e all-plugin -- ironic_tempest_plugin.tests.scenario.test_baremetal_boot_from_volume tox -e venv-tempest -- pip install (path to the ironic-tempest-plugin directory)
tox -e all -- ironic_tempest_plugin.tests.scenario.test_baremetal_boot_from_volume
Please note that the storage interface will only indicate errors based upon Please note that the storage interface will only indicate errors based upon
the state of the node and the configuration present. As such a node does not the state of the node and the configuration present. As such a node does not