Merge "Revert "Skip test_qos_min_bw_allocation_basic when not supported""
This commit is contained in:
@@ -146,11 +146,8 @@ class MinBwAllocationPlacementTest(manager.NetworkScenarioTest):
|
||||
resources1='%s:%s' % (self.INGRESS_RESOURCE_CLASS,
|
||||
self.SMALLEST_POSSIBLE_BW))
|
||||
if len(alloc_candidates['provider_summaries']) == 0:
|
||||
# Skip if the backend does not support QoS minimum bandwidth
|
||||
# allocation in Placement API
|
||||
raise self.skipException(
|
||||
'No allocation candidates are available for %s:%s' %
|
||||
(self.INGRESS_RESOURCE_CLASS, self.SMALLEST_POSSIBLE_BW))
|
||||
self.fail('No allocation candidates are available for %s:%s' %
|
||||
(self.INGRESS_RESOURCE_CLASS, self.SMALLEST_POSSIBLE_BW))
|
||||
|
||||
# Just to be sure check with impossible high (placement max_int),
|
||||
# allocation
|
||||
|
||||
@@ -82,21 +82,9 @@
|
||||
GLANCE_USE_IMPORT_WORKFLOW: True
|
||||
devstack_plugins:
|
||||
neutron: https://opendev.org/openstack/neutron
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"/$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
|
||||
devstack_services:
|
||||
# Enbale horizon so that we can run horizon test.
|
||||
horizon: true
|
||||
neutron-placement: true
|
||||
neutron-qos: true
|
||||
|
||||
- job:
|
||||
name: tempest-integrated-networking
|
||||
@@ -229,30 +217,12 @@
|
||||
USE_PYTHON3: true
|
||||
devstack_plugins:
|
||||
neutron: https://opendev.org/openstack/neutron
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"/$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
|
||||
devstack_services:
|
||||
neutron-placement: true
|
||||
neutron-qos: true
|
||||
neutron-trunk: true
|
||||
group-vars:
|
||||
subnode:
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: true
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
ovs:
|
||||
bridge_mappings: public:br-ex
|
||||
resource_provider_bandwidths: br-ex:1000000:1000000
|
||||
|
||||
- job:
|
||||
name: tempest-slow
|
||||
|
||||
Reference in New Issue
Block a user