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.

[1] https://review.opendev.org/c/openstack/tempest/+/543974

Change-Id: I8981592bf8c4e812c72b446e9d9fdeaaaa8c4537
This commit is contained in:
Lukáš Piwowarski 2022-10-07 15:59:48 +02:00
parent a343e4f56f
commit c94a4fb3b4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
- openstack/neutron-tempest-plugin
- openstack/tempest
vars:
tox_envlist: all-plugin
tox_envlist: all
tempest_test_regex: ^neutron_tempest_plugin\.fwaas
devstack_plugins:
neutron: https://opendev.org/openstack/neutron.git