neutron/neutron/tests/unit/plugins/ml2/drivers
Anthony Timmins 51394b775b Use local and ip address to create vxlan interface
Attempting to terminate a vxlan on the lo interface with
multiple ip addresses fails. This seems to be because only
the first ip address on the interface is used. If this address
is invalid for vxlan creation (ie. 127.0.0.1), the vxlan
interface will be created, but will not have a source ip
address, and will therefore be non-functional. To remedy this
issue, when L2population is used, we can set the local
argument to the local_ip, thus ensuring the intended ip
address is configured.

Closes-Bug: 1929998
Change-Id: I9c54a268fc4ef9705637556ecba161bd6523a047
Signed-off-by: Anthony Timmins <atimmins@datto.com>
(cherry picked from commit 4cd11f4dee)
Signed-off-by: Anthony Timmins <atimmins@datto.com>
2021-06-02 12:57:45 -04:00
..
agent Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
l2pop Merge "Switch to new engine facade in ML2 unit tests modules" 2020-04-30 22:20:07 +00:00
linuxbridge Use local and ip address to create vxlan interface 2021-06-02 12:57:45 -04:00
macvtap Set process name for agents 2020-07-01 12:28:29 +02:00
mech_sriov [SR-IOV] Do not fail if ip-link vf "min_tx_rate" is not supported 2021-03-11 09:46:03 +00:00
openvswitch Call install_ingress_direct_goto_flows() when ovs restarts 2021-03-22 17:24:11 +08:00
ovn Merge "[ovn]: Remove unwanted IP addresses from OVN ports" into stable/wallaby 2021-04-05 01:57:12 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Remove "six" library 2020-07-28 16:55:52 +00:00
ext_test.py Revert "Revert "objects: get, update and delete converted to Subnet OVO usage"" 2017-12-01 16:45:50 +07:00
mech_fake_agent.py Check mech driver connectivity during port binding 2019-09-11 07:05:54 +00:00
mech_faulty_agent.py Exit on failure to load mechanism drivers 2017-04-11 09:56:08 -05:00
mechanism_logger.py Filter ML2Plugin mech driver supported extensions 2020-09-01 17:19:38 +00:00
mechanism_test.py Filter ML2Plugin mech driver supported extensions 2020-09-01 17:19:38 +00:00
test_helpers.py Fix VLAN driver tests 2021-03-16 15:43:33 +00:00
test_type_flat.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
test_type_geneve.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
test_type_gre.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00
test_type_local.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_vlan.py Randomize segmentation ID assignation 2021-03-29 11:23:56 +00:00
test_type_vxlan.py Use network segment ranges for segment allocation 2019-03-09 22:04:20 +00:00