diff --git a/vmware_nsx/tests/unit/nsx_v/test_plugin.py b/vmware_nsx/tests/unit/nsx_v/test_plugin.py index f04199eb41..16ca5330c3 100644 --- a/vmware_nsx/tests/unit/nsx_v/test_plugin.py +++ b/vmware_nsx/tests/unit/nsx_v/test_plugin.py @@ -3697,6 +3697,9 @@ class TestNSXvAllowedAddressPairs(NsxVPluginV2TestCase, def test_get_vlan_network_name(self): pass + def test_update_with_none_and_own_mac_for_duplicate_ip(self): + pass + def test_create_port_with_cidr_address_pair(self): with self.network() as net: address_pairs = [{'mac_address': '00:00:00:00:00:01',