neutron/neutron/tests/functional/agent
Vasyl Saienko 57c7d836cb Set ip_nonlocal_bind to 1 for HA routers and DVR snat
Set nonlocal_bind to 1 to allow starting applications in both
routers (like ipsec from vpnaas). nonlocal_bin 0 prevens us from
starting ipsec in both routers simulteniously as process can't bind
to non existing address which was worarkunded in [1]
by setting dependency on python process during failover.

This revert [2] completely, which was partially reverted by [3].

[1] https://review.opendev.org/c/openstack/neutron-vpnaas/+/823904
[2] https://review.opendev.org/393886
[3] https://review.opendev.org/c/openstack/neutron/+/752360

Related-Bug: 1999761

Change-Id: I18a15aa3ca745b2b794610350f538d02575ccbe0
(cherry picked from commit 25ec6e7e4f)
2023-01-13 08:46:16 +00:00
..
common Merge "Use ovs constants from neutron-lib" 2022-06-21 19:21:42 +00:00
l2 Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
l3 Set ip_nonlocal_bind to 1 for HA routers and DVR snat 2023-01-13 08:46:16 +00:00
linux Execute "IpMonitorTestCase" tests always inside a namespace 2022-10-10 10:03:43 +00:00
ovn [OVN] Allow to execute ``MetadataProxyHandler`` in a local thread 2022-10-05 19:35:02 +02:00
ovsdb Set OVS manager command timeout and inactiviy probe 2020-07-16 15:56:27 +00:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Add some logging to test_good_address_allocation 2022-05-30 10:51:31 +04:00
test_firewall.py Make sure "dead vlan" ports cannot transmit packets 2022-02-04 16:43:03 +03:00
test_l2_lb_agent.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00
test_l2_ovs_agent.py Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
test_ovs_flows.py Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
test_ovs_lib.py Disable in-band management for bridges before setting up controllers 2022-10-18 07:03:14 +00:00