vmware-nsx/neutron/tests/unit/ml2
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
..
drivers Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
_test_mech_agent.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_agent_scheduler.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
test_mech_hyperv.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_mech_linuxbridge.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
test_mech_openvswitch.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_mechanism_ncs.py Fix URL used in NCS mechanism driver sync_full() operation 2013-09-18 07:00:24 +00:00
test_ml2_plugin.py ML2 plugin should not delete ports on subnet deletion 2013-11-22 10:41:03 +04:00
test_port_binding.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_rpcapi.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
test_security_group.py Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
test_type_gre.py Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
test_type_vxlan.py Merge "Fix incorrect indentations found by Pep 1.4.6+" 2013-10-28 22:04:19 +00:00