neutron/neutron/tests/unit/plugins/ml2/drivers
venkata anil 77bfd82c3c Rename ml2_dvr_port_bindings to make it generic
Distributed port binding need to be implemented for HA router ports
to fix bug 1522980. HA ports can use existing DVR implementation for
multiple port binding. So we have to make current DVR port binding
implementation generic, so that all distributed ports(like DVR, HA)
can use it.

As part of making it generic, we rename 'ml2_dvr_port_bindings' table
to 'ml2_distributed_port_bindings', so that all distributed ports
(DVR, HA ..) can use this table.

Partial-Bug: #1595043
Partial-Bug: #1522980
Change-Id: I24650b7dee6305f801b457c4f21c8b16fb0eb6e0
2016-06-22 05:19:06 +00:00
..
agent Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
l2pop Rename ml2_dvr_port_bindings to make it generic 2016-06-22 05:19:06 +00:00
linuxbridge Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
macvtap Macvtap: Allow noop alias as FW driver 2016-05-31 16:37:04 +02:00
mech_sriov Merge "Fix SR-IOV binding when two NICs mapped to one physnet" 2016-05-16 09:31:06 +00:00
openvswitch Use ICMPV6_TYPE_* constants from neutron-lib 2016-05-28 07:53:35 -07:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
ext_test.py Use converters and validators from neutron-lib 2016-04-24 19:13:10 -04:00
mech_fake_agent.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
mechanism_logger.py Make DHCP agent scheduler physical_network aware 2016-02-15 22:25:29 +01:00
mechanism_test.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_helpers.py Adopt oslotest BaseTestCase as a base class for DietTestCase 2016-01-07 15:08:54 +01:00
test_type_flat.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
test_type_geneve.py Add Geneve type driver support to ML2 2015-08-27 20:04:35 +03:00
test_type_gre.py Add global_physnet_mtu and deprecate segment_mtu 2016-03-08 11:11:08 -08:00
test_type_local.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
test_type_vlan.py Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
test_type_vxlan.py Add global_physnet_mtu and deprecate segment_mtu 2016-03-08 11:11:08 -08:00