neutron/neutron/tests/unit/agent
Slawek Kaplonski 810774b352 Try to enable dnsmasq process several times
Sometimes, during restart of dnsmasq process it may happend that
after process is killed, start attempt is made too fast, before
old process really unbind from IP address on which it was listening.
That causes an issue with starting dnsmasq process again.

In patch [1] disable() method was changed that it can wait
until process is really not active (no pid for it) but that didn't
solve the problem with starting a new dnsmasq process completely and
sometimes it still happens, at least in functional tests.

So now, enable() method is changed so that it will try to enable
dnsmasq process for 1 minute, until it will really be spawned properly.

[1] https://review.openstack.org/#/c/634390/

Change-Id: I18d73b787fa3ab8803e12d5e5eb2bb7109205aba
Closes-Bug: #1811126
(cherry picked from commit 157e09e6af)
2019-04-03 09:16:12 +00:00
..
common ovsfw: Use bundle when adding security group rules 2018-03-08 14:31:06 +00:00
dhcp Switch isolated metadata proxy to bind to 169.254.169.254 2019-02-12 10:30:47 +00:00
l2 Clear residual qos rules after l2-agent restarts. 2019-01-24 06:43:01 +00:00
l3 Enable ipv6_forwarding in HA router's namespace 2019-03-15 10:20:16 +00:00
linux Try to enable dnsmasq process several times 2019-04-03 09:16:12 +00:00
metadata Switch isolated metadata proxy to bind to 169.254.169.254 2019-02-12 10:30:47 +00:00
ovsdb Fixes using SSL OVSDB connection 2018-02-09 04:50:10 +00:00
windows Fix neutron-openvswitch-agent Windows support 2018-11-23 17:13:42 +02: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 Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00
test_securitygroups_rpc.py Adds egress and ingress forward rules for trusted ports 2018-05-16 20:17:33 +03:00