neutron/neutron/tests/unit/plugins/ml2/drivers
Brian Haley a58a527494 Scan for MAC through all devices in macvtap agent
The first device the agent happens to pick could be something
without a MAC address like a 6in6 interface. This was causing
the agent to fail to start if it was unlucky enough to pick
that address.

This patch just adjusts the logic to keep iterating through
the list until we find a MAC.

Change-Id: Iba9c7c3cb200e74a78ea885e8d9323de64c2c663
Closes-Bug: #1801030
2018-11-01 16:00:16 -04:00
..
agent Merge "Dont use dict.get() to know certain key is in dict" 2018-07-25 15:28:18 +00:00
l2pop Merge "l2 pop: check for more than 1 first active port on a node" 2018-09-05 15:11:12 +00:00
linuxbridge Use constant IP_VERSION_4/6 in unit tests 2018-08-27 21:45:39 +00:00
macvtap Scan for MAC through all devices in macvtap agent 2018-11-01 16:00:16 -04:00
mech_sriov sriov-agent: Report resource info in heartbeat 2018-10-11 11:15:06 +02:00
openvswitch Merge "supported_vnic_type configurable for ovs" 2018-10-24 04:00:36 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
base_type_tunnel.py Use constant IP_VERSION_4/6 in unit tests 2018-08-27 21:45:39 +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 use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
mech_faulty_agent.py Exit on failure to load mechanism drivers 2017-04-11 09:56:08 -05:00
mechanism_logger.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
mechanism_test.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00
test_helpers.py Spin off context module 2017-03-06 16:25:29 +00:00
test_type_flat.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_geneve.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_gre.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_local.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00
test_type_vlan.py use context manager from neutron-lib 2018-10-24 07:18:46 -06:00
test_type_vxlan.py use plugin constants from neutron-lib 2017-10-16 09:32:20 -06:00