neutron/neutron/tests/unit/db
Slawek Kaplonski bcc9769b02 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)
(cherry picked from commit 3af8e2719c)
2019-02-18 10:22:19 +01:00
..
metering Use DB field sizes instead of _MAX_LEN constants 2016-12-23 13:48:57 +00:00
quota Add API to retrieve default quotas 2016-05-03 00:53:40 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agents_db.py Relocate Agent DB model 2016-10-07 14:18:19 -04:00
test_agentschedulers_db.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
test_allowedaddresspairs_db.py Merge "Add check to address_pair that items in list are dict" 2016-11-25 08:04:29 +00:00
test_api.py Fix some slow unit tests 2016-12-08 14:11:34 -08:00
test_common_db_mixin.py Refactor/prepare db common utils for neutron-lib 2016-10-28 10:53:11 -04: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 Fix race between create subnet and port requests 2017-10-03 11:49:28 +02:00
test_dvr_mac_db.py Merge "Use new enginefacade for dvr mac db" 2017-01-18 12:50:24 +00:00
test_extraroute_db.py Restore extraroute dict after OVO change 2016-12-14 23:50:19 +09:00
test_ipam_backend_mixin.py Use assertItemsEqual to compare dicts 2016-09-22 11:24:38 +01:00
test_ipam_pluggable_backend.py Handle auto-address subnets on port update 2017-04-05 08:24:20 +00:00
test_l3_db.py Fixing the filter in get MTU by network list query. 2018-02-16 08:48:31 +00:00
test_l3_dvr_db.py Fix notification about arp entries for dvr routers 2019-02-18 10:22:19 +01:00
test_l3_hamode_db.py l3_ha: only pass host into update_port when updating router port bindings 2018-01-17 18:29:05 +00:00
test_migration.py Use get_random_string from neutron-lib 2016-12-18 21:18:05 +02:00
test_portsecurity_db.py port security: gracefully handle resources with no bindings 2016-03-24 22:27:31 +01:00
test_portsecurity_db_common.py Introduce ovo objects for networks 2016-09-29 15:36:47 +00:00
test_provisioning_blocks.py Integration of Provisioning Block OVO. 2017-02-02 19:16:55 +00:00
test_rbac_db_mixin.py tests: port test_port_presence_prevents_network_rbac_policy_deletion 2018-06-01 09:48:59 +00:00
test_securitygroups_db.py Enforce ethertype with IPv6 integer protocols 2017-08-25 12:10:22 +00: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 DB: remove deprecated oslo_db warnings 2017-01-05 05:28:47 +00:00
test_standard_attr.py Protect against '.delete()' for quota and revisions 2017-01-09 09:09:18 -08:00