Temporarily disable test_800_ovs_bridges_are_managed_by_us

This commit is contained in:
Aurelien Lourot
2020-04-17 06:56:57 +02:00
parent 52a4afcabd
commit 49730180f6
@@ -115,12 +115,16 @@ class NeutronGatewayTest(NeutronPluginApiSharedTests):
_APP_NAME = 'neutron-gateway'
@unittest.expectedFailure
def test_800_ovs_bridges_are_managed_by_us(self):
"""Checking OVS bridges' external-id.
OVS bridges created by us should be marked as managed by us in their
external-id. See
http://docs.openvswitch.org/en/latest/topics/integration/
NOTE(lourot): this test is expected to fail as long as this feature
hasn't landed yet: https://review.opendev.org/717074
"""
for unit in zaza.model.get_units(self._APP_NAME,
model_name=self.model_name):