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:
@@ -231,7 +231,7 @@
|
|||||||
# tempest_test_exclude_list.
|
# tempest_test_exclude_list.
|
||||||
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
|
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
|
||||||
# are skipped until bug #1929710 is resolved.
|
# 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:
|
devstack_local_conf:
|
||||||
post-config:
|
post-config:
|
||||||
$NOVA_CPU_CONF:
|
$NOVA_CPU_CONF:
|
||||||
@@ -257,6 +257,7 @@
|
|||||||
ovs:
|
ovs:
|
||||||
bridge_mappings: public:br-ex
|
bridge_mappings: public:br-ex
|
||||||
resource_provider_bandwidths: br-ex:1000000:1000000
|
resource_provider_bandwidths: br-ex:1000000:1000000
|
||||||
|
resource_provider_packet_processing_without_direction: :100
|
||||||
AGENT:
|
AGENT:
|
||||||
tunnel_types: gre,vxlan
|
tunnel_types: gre,vxlan
|
||||||
ml2:
|
ml2:
|
||||||
@@ -265,6 +266,7 @@
|
|||||||
$TEMPEST_CONFIG:
|
$TEMPEST_CONFIG:
|
||||||
network-feature-enabled:
|
network-feature-enabled:
|
||||||
qos_placement_physnet: public
|
qos_placement_physnet: public
|
||||||
|
qos_min_bw_and_pps: True
|
||||||
compute-feature-enabled:
|
compute-feature-enabled:
|
||||||
# The q35 machine type doesn't support an IDE bus
|
# The q35 machine type doesn't support an IDE bus
|
||||||
ide_bus: False
|
ide_bus: False
|
||||||
|
Reference in New Issue
Block a user