neutron/neutron/tests/unit/plugins/ml2
Slawek Kaplonski 151c6a030a [DVR] Block ARP to dvr router's port instead of subnet's gateway
It may happen that subnet is connected to dvr router using IP address
different than subnet's gateway_ip.
So in br-tun arp to dvr router's port should be dropped instead of
dropping arp to subnet's gateway_ip (or mac in case of IPv6).

Conflicts:
        neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py

Change-Id: Ida6b7ae53f3fc76f54e389c5f7131b5a66f533ce
Closes-bug: #1831575
(cherry picked from commit ae3aa28f5a)
2019-06-06 07:08:49 +00:00
..
drivers [DVR] Block ARP to dvr router's port instead of subnet's gateway 2019-06-06 07:08:49 +00:00
extensions Fix port deletion when dns_integration is enabled 2017-09-07 09:21:12 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
_test_mech_agent.py ovs mech: bind only if user request switchdev 2017-09-20 05:11:55 +00:00
base.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_agent_scheduler.py Move db agent schedulers test to a more appropriate place 2015-08-24 15:14:13 +03:00
test_db.py Merge "Add missing unit test for segment db" 2017-06-10 01:04:49 +00:00
test_driver_context.py Use objects instead of SQLA deep copies in PortContext 2017-06-20 01:34:10 -07:00
test_ext_portsecurity.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
test_extension_driver_api.py Spin off context module 2017-03-06 16:25:29 +00:00
test_managers.py use MechanismDriver from neutron-lib + shim 2017-06-05 14:09:07 -06:00
test_ovo_rpc.py Stop loading OVOServerRpcInterface in ML2 testcase 2017-04-18 01:27:37 -07:00
test_plugin.py Don't set administratively disabled ports as ACTIVE 2018-06-20 18:16:25 +00:00
test_port_binding.py Use objects instead of SQLA deep copies in PortContext 2017-06-20 01:34:10 -07:00
test_rpc.py Do not call update_device_list in large sets 2019-04-12 20:07:42 +00:00
test_security_group.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
test_tracked_resources.py Spin off context module 2017-03-06 16:25:29 +00:00