Skip "test_port_resource_request_no_provider_net_conflict"
Skip this test while LP#1991965 is being implemented. This new feature will avoid having ports with minimum bandwidth rules on overlay networks. Once implemented, this test will be removed and new tests added to this repository. Change-Id: I275495299866310d6bd0df50fd22d7ea7116a23b Related-Bug: #1991965
This commit is contained in:
parent
ff70d53e36
commit
aca1ac73ad
@ -230,6 +230,9 @@ class PortTestCasesResourceRequest(base.BaseAdminNetworkTest):
|
|||||||
|
|
||||||
@decorators.idempotent_id('7261391f-64cc-45a6-a1e3-435694c54bf5')
|
@decorators.idempotent_id('7261391f-64cc-45a6-a1e3-435694c54bf5')
|
||||||
def test_port_resource_request_no_provider_net_conflict(self):
|
def test_port_resource_request_no_provider_net_conflict(self):
|
||||||
|
self.skipTest('This test is skipped until LP#1991965 is implemented. '
|
||||||
|
'Once implemented, it will be removed and new tests '
|
||||||
|
'added. For now it is temporarily kept as a reminder')
|
||||||
conflict = self.assertRaises(
|
conflict = self.assertRaises(
|
||||||
tlib_exceptions.Conflict,
|
tlib_exceptions.Conflict,
|
||||||
self._create_qos_policy_and_port,
|
self._create_qos_policy_and_port,
|
||||||
|
Loading…
Reference in New Issue
Block a user