neutron/neutron/tests/unit/agent
Slawek Kaplonski 1239ac5023 Don't configure dnsmasq entries for "network" ports
Ports with device_owner like:
* floating_ip,
* DHCP,
* some types of router ports, like: HA interface interface,
* distributed ports,
don't need to be configured in the dnsmasq file.
So there is no need to reload dnsmasq every time when such port is
added/updated to the network.

This patch adds skip in such case which should improve load on the
Neutron DHCP agent.

Closes-Bug: #1913269
Change-Id: I63221507713b941c261cdf88781133149da8ab8d
(cherry picked from commit e4bbeee206)
2021-02-23 20:09:29 +00:00
..
common Merge "Improve terminology in the Neutron tree" 2020-08-28 14:06:18 +00:00
dhcp Process DHCP events in order if related 2021-02-07 10:04:58 +00:00
l2 Remove "six" library 2020-07-28 16:55:52 +00:00
l3 Update requirements for recent pip failures 2020-12-14 11:35:53 +01:00
linux Don't configure dnsmasq entries for "network" ports 2021-02-23 20:09:29 +00:00
metadata metadata-ipv6: Accept link local address in X-Forwarded-For 2020-08-31 13:02:49 +02:00
ovn [OVN] Ensure metadata checksum 2021-01-28 11:42:30 +00:00
ovsdb Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
windows Remove "six" library 2020-07-28 16:55:52 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_resource_cache.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_rpc.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_securitygroups_rpc.py Upgrade RPC version of SecurityGroup*Rpc 2020-12-14 13:44:46 +00:00