From 5d2f2da0afacbfaf58f2e28b39c8217d7748f7c0 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Wed, 29 Sep 2021 18:11:01 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 85c932117c46..19e893b9f9b9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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