neutron/neutron/tests/unit/db
Slawek Kaplonski 3af8e2719c Fix notification about arp entries for dvr routers
In method _generate_arp_table_and_notify_agent in neutron.db.l3_dvr_db
module notifiations about arp table was send only to one router
connected to subnet.
Now it will check if subnet is connected to more than one
dvr router and will send same notification to all such routers.

Closes-Bug: #1815913

Change-Id: I6a7d7f6645a8a7b5219788d51e17d54844d145bc
(cherry picked from commit 1f104a093c)
2019-02-15 16:03:53 +00:00
..
metering Spin off context module 2017-03-06 16:25:29 +00:00
quota CountableResource: try count/get functions for all plugins 2017-09-12 16:23:22 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agents_db.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_agentschedulers_db.py Handle AgentNotFoundByTypeHost exception properly 2018-06-14 10:14:20 +02:00
test_allowedaddresspairs_db.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
test_api.py Add DBError to _is_nested_instance 2017-02-05 17:42:08 -08:00
test_common_db_mixin.py Spin off context module 2017-03-06 16:25:29 +00:00
test_db_base_plugin_common.py Replace to_dict() calls with a function decorator 2015-08-03 11:42:25 +03:00
test_db_base_plugin_v2.py [RBAC] Fix setting network as not shared 2018-04-23 07:57:01 +00:00
test_dvr_mac_db.py DistributedVirtualRouter mac address to OVO 2017-07-20 17:43:55 +00:00
test_extraroute_db.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_ipam_backend_mixin.py use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
test_ipam_pluggable_backend.py Remove code to debug auto address allocation error 2017-08-31 14:54:34 +05:30
test_l3_db.py Fixing the filter in get MTU by network list query. 2018-02-16 08:49:03 +00:00
test_l3_dvr_db.py Fix notification about arp entries for dvr routers 2019-02-15 16:03:53 +00:00
test_l3_hamode_db.py Fix dvr ha router gateway goes wrong host 2018-10-22 10:49:52 -07:00
test_migration.py Use get_random_string from neutron-lib 2016-12-18 21:18:05 +02:00
test_portsecurity_db.py use service type constants from neutron_lib plugins 2017-06-27 15:16:05 -06:00
test_portsecurity_db_common.py use neutron-lib port security api-def 2017-05-01 11:45:42 -06:00
test_provisioning_blocks.py use neutron-lib callbacks 2017-04-26 12:12:53 -06:00
test_rbac_db_mixin.py tests: port test_port_presence_prevents_network_rbac_policy_deletion 2018-06-01 09:48:30 +00:00
test_securitygroups_db.py Fix performance regression adding rules to security groups 2019-02-01 21:10:21 -07:00
test_segments_db.py Change passing session to context in segments db functions 2016-12-23 16:47:41 +04:00
test_sqlalchemytypes.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_standard_attr.py Tag mechanism supports resources with standard attribute 2017-07-25 08:14:04 +09:00