vmware-nsx/neutron/tests/unit/ml2
mathieu-rohon e2c1bcfc94 l2-population : send flooding entries when the last port goes down
Delete port used to call update_port_down to calculate
its fdb entries during delete_port_precommit. But during
the pre-commit, the port is still up, so update_port_down
acts as if there was still one port on the agent, and
doesn't add flooding entry in its fdb_entries.

Closes bug #1282141

Change-Id: Icedd02f33d999200505950beb9169ae3634e551b
2014-02-25 11:11:23 +01:00
..
drivers l2-population : send flooding entries when the last port goes down 2014-02-25 11:11:23 +01:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
_test_mech_agent.py Replace binding:capabilities with binding:vif_details 2014-02-23 22:56:45 -05: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 binding:profile port attribute 2014-02-24 12:30:46 -05:00
test_port_binding.py Replace binding:capabilities with binding:vif_details 2014-02-23 22:56:45 -05: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 Plugins should call __init__ of db_base_plugin for db.configure 2014-02-21 13:30:12 -08:00
test_type_vxlan.py Merge "ML2/vxlan/test: remove unnecessary self.addCleanup(cfg.CONF.reset)" 2014-02-23 07:22:22 +00:00