summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukáš Piwowarski <lpiwowar@redhat.com>2022-10-07 15:40:32 +0200
committerLukáš Piwowarski <lpiwowar@redhat.com>2022-10-07 15:41:55 +0200
commiteb046d34199bce86a51f12aa7f85926b9f5d8604 (patch)
tree9983c0bd025148fe2e580e2a17a5df3d31da20d7
parent3b1504f4abeac357298ea967d63787f53aa977f6 (diff)
downloadironic-eb046d34199bce86a51f12aa7f85926b9f5d8604.tar.gz
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
-rw-r--r--doc/source/contributor/ironic-boot-from-volume.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/contributor/ironic-boot-from-volume.rst b/doc/source/contributor/ironic-boot-from-volume.rst
index fc3fd1c2b..673a189be 100644
--- a/doc/source/contributor/ironic-boot-from-volume.rst
+++ b/doc/source/contributor/ironic-boot-from-volume.rst
@@ -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::
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
the state of the node and the configuration present. As such a node does not