Enable min pps tempest testing in nova-next

Note that the existing qos min bw tests was running in nova next before
but the test file was renamed in
https://review.opendev.org/c/openstack/tempest/+/806255 in a way that
now need the modification of the tempest exclude patter in the job to
still run those tests and the new ones.

Depends-On: https://review.opendev.org/c/openstack/tempest/+/806257
Depends-On: https://review.opendev.org/c/openstack/neutron/+/805391
Change-Id: Iaa0bdd12c07fd51b3cab4c80371f2c868126ccc8
This commit is contained in:
Balazs Gibizer 2021-09-29 18:11:01 +02:00
parent 909cfc7636
commit 5d2f2da0af
1 changed files with 3 additions and 1 deletions

View File

@ -231,7 +231,7 @@
# tempest_test_exclude_list.
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
# are skipped until bug #1929710 is resolved.
tempest_exclude_regex: ^tempest\.(scenario\.test_network|api\.compute\.admin\.test_volume_swap)
tempest_exclude_regex: ^tempest\.(scenario\.test_network_(?!qos)|api\.compute\.admin\.test_volume_swap)
devstack_local_conf:
post-config:
$NOVA_CPU_CONF:
@ -257,6 +257,7 @@
ovs:
bridge_mappings: public:br-ex
resource_provider_bandwidths: br-ex:1000000:1000000
resource_provider_packet_processing_without_direction: :100
AGENT:
tunnel_types: gre,vxlan
ml2:
@ -265,6 +266,7 @@
$TEMPEST_CONFIG:
network-feature-enabled:
qos_placement_physnet: public
qos_min_bw_and_pps: True
compute-feature-enabled:
# The q35 machine type doesn't support an IDE bus
ide_bus: False