Bases: vmware_nsx.tests.unit.nsx_v.test_plugin.TestPortsV2
Run the nsxv plugin ports tests with the ipam driver
Test that creation of port with additional IP fails.
Tests that we continue to gracefully delete the network even if a neutron:dhcp-owned port was deleted concurrently.
Test update of port with additional IP fails.
Test update of port IP.
Check that a configured IP 10.0.0.2 is replaced by 10.0.0.10.
Update IP and associate new IP on port.
Check a port update with the specified subnet_id’s. A IP address will be allocated for each subnet_id.
Test that DHCP binding is created when ports ‘device_owner’ is updated to compute, for example when attaching an interface to a instance with existing port.
Bases: vmware_nsx.tests.unit.nsx_v.test_plugin.TestSubnetsV2
Run the nsxv plugin subnets tests with the ipam driver
Expect subnet-create to keep semantic with default pools.
Expect subnet-create to keep semantic with default pools.
Test update alloc pool to something outside subnet.cidr.
This makes sure that an erroneous allocation_pool specified in a subnet update (outside subnet cidr) will result in an error.