Use the 'all' tox env instead of 'all-plugin'
As the 'all-plugin' tox env is deprecated it is recommended to use 'all' tox env instead. [1] https://review.opendev.org/#/c/543974/ Change-Id: Iceccc81ca7c888c1035fd64dc07b9a922e05869f Related-Bug: #1862240
This commit is contained in:
parent
b78a953d7f
commit
7da5854f72
@ -239,7 +239,7 @@
|
||||
name: neutron-ovn-tempest-full-multinode-ovs-master
|
||||
parent: neutron-ovn-multinode-base
|
||||
vars:
|
||||
tox_envlist: all-plugin
|
||||
tox_envlist: all
|
||||
tempest_test_regex: "^(?!.*\
|
||||
(?:.*\\[.*slow.*\\])|\
|
||||
(?:tempest.api.network.admin.test_quotas.QuotasTest.test_lbaas_quotas.*)|\
|
||||
|
Loading…
Reference in New Issue
Block a user