Enable QoS min bw tempest in neutron-ovs-tempest-multinode-full

After I13fd2dc023b806ac74ab5c8d86cc99f807f0f702 the base job
tempest-multinode-full-py3 does not have the MinBwAllocationPlacementTest
tempest tests enabled by default. So enable it in
neutron-ovs-tempest-multinode-full not to lose any test covereage

Change-Id: I6967b55e8ce8d422422e943818145b718cd10f02
This commit is contained in:
Balazs Gibizer 2021-08-26 14:28:12 +02:00
parent c32a5f2192
commit e4566031d6

View File

@ -172,6 +172,8 @@
q-meta: true
q-metering: true
q-svc: true
neutron-placement: true
neutron-qos: true
# OVN services
ovn-controller: false
ovn-northd: false
@ -197,6 +199,14 @@
$NEUTRON_L3_CONF:
agent:
debug_iptables_rules: True
"/$NEUTRON_CORE_PLUGIN_CONF":
ovs:
bridge_mappings: public:br-ex
resource_provider_bandwidths: br-ex:1000000:1000000
test-config:
$TEMPEST_CONFIG:
network-feature-enabled:
qos_placement_physnet: public
group-vars:
subnode:
devstack_localrc:
@ -221,6 +231,10 @@
$NEUTRON_L3_CONF:
agent:
debug_iptables_rules: True
"/$NEUTRON_CORE_PLUGIN_CONF":
ovs:
bridge_mappings: public:br-ex
resource_provider_bandwidths: br-ex:1000000:1000000
- job:
name: neutron-ovs-tempest-slow