summaryrefslogtreecommitdiff
path: root/tempest/scenario
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-09-18 09:14:56 +0000
committerGerrit Code Review <review@openstack.org>2021-09-18 09:14:56 +0000
commit921d5850bbca1e5d3fab4ac26dd1be8cff4ea2a6 (patch)
tree1f32d97be8d04a5377dc6ac5d50a8e2eb2a73722 /tempest/scenario
parentcc8b6d9b7bcdedde48c8d29a914e598a1abe4823 (diff)
parenta5f523b20a90ab9ff9dc931c770705eea4adb569 (diff)
downloadtempest-921d5850bbca1e5d3fab4ac26dd1be8cff4ea2a6.tar.gz
Merge "Revert "Skip test_qos_min_bw_allocation_basic when not supported""
Diffstat (limited to 'tempest/scenario')
-rw-r--r--tempest/scenario/test_minbw_allocation_placement.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/tempest/scenario/test_minbw_allocation_placement.py b/tempest/scenario/test_minbw_allocation_placement.py
index 55b8d157f..81bd24d77 100644
--- a/tempest/scenario/test_minbw_allocation_placement.py
+++ b/tempest/scenario/test_minbw_allocation_placement.py
@@ -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