neutron/neutron/tests/unit/agent
Yang JianFeng 9aa7af8221 Fix the bug about DHCP port whose network has multiple subnets.
When a subnet's enable_dhcp attribute is updated, we must restart
dhcp device. So,when we decide whether 'restart' or
'reload_allocations' in refresh_dhcp_helper function we only compare
the cidr of subnets which enabled dhcp.

The previous logic only calls 'restart' when deleting or adding a
subnet. This may cause the dhcp port not updated when the subnet's
enable_dhcp is updated to True.

Change-Id: Ic547946ac786c5fab82b4ee7078bf86483f51eb5
Closes-Bug: #1805824
2018-12-04 16:16:21 +08:00
..
common Add kill_timeout to AsyncProcess 2018-11-16 15:33:13 +01:00
dhcp Fix the bug about DHCP port whose network has multiple subnets. 2018-12-04 16:16:21 +08:00
l2 Reduce qos rpc times on the ovs-agent side 2018-08-16 15:59:32 +03:00
l3 [L3][QoS] Agent side router gateway IP rate limit 2018-12-01 17:45:47 +08:00
linux Merge "Implement IpRuleCommand.list_rules() using pyroute2" 2018-12-01 07:48:30 +00:00
metadata Merge "metadata: use requests for comms with nova api" 2018-08-25 01:46:29 +00:00
ovsdb Merge "Kill _connection_to_manager_uri dummy" 2018-02-22 00:30:24 +00:00
windows Fix neutron-openvswitch-agent Windows support 2018-07-18 14:41:21 +03:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Integration of Port Binding Level OVO 2018-09-17 07:00:45 +00:00
test_securitygroups_rpc.py Use constant IP_VERSION_4/6 in unit tests 2018-08-27 21:45:39 +00:00