NSX|V: remove skipped transparent vlan test

VXLAN now supports transparent VLANs

Change-Id: I7d2074fb4b9c30329b228f42c686d63efc001475
This commit is contained in:
Gary Kotton 2017-02-22 05:22:55 -08:00
parent a2bf45ad60
commit a2db62e61f
1 changed files with 0 additions and 3 deletions

View File

@ -230,9 +230,6 @@ class NsxVPluginV2TestCase(test_plugin.NeutronDbPluginV2TestCase):
class TestNetworksV2(test_plugin.TestNetworksV2, NsxVPluginV2TestCase):
def test_create_network_vlan_transparent(self):
self.skipTest("Currently no support in plugin for this")
def _test_create_bridge_network(self, vlan_id=0):
net_type = vlan_id and 'vlan' or 'flat'
name = 'bridge_net'