vmware-nsx/neutron/tests
Oleg Bondarev 6c86eee680 ML2 plugin should not delete ports on subnet deletion
On subnet deletion ports are deleted asynchronously by dhcp agent
so plugin doesn't need to delete them itself.
Instead Ml2Plugin.delete_subnet() method should call update_port()
for each allocation to remove the IP from the port and call the MechanismDrivers.
The patch also adds subnets test suite from test_db_plugin to test_ml2_plugin.

Closes-Bug: #1246737
Change-Id: I7cf0461e9a3cfec4921e2de41fb1ab3fc119fddc
2013-11-22 10:41:03 +04:00
..
etc Service Type Framework refactoring 2013-07-25 21:47:30 +04:00
functional Add configurable ovsdb monitor respawn interval 2013-11-20 15:16:27 -06:00
unit ML2 plugin should not delete ports on subnet deletion 2013-11-22 10:41:03 +04:00
var Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
base.py Add the option to minimize ovs l2 polling 2013-10-14 22:24:15 +00:00
tools.py Replace mox in unit tests with mock 2013-11-18 22:17:14 +09:00