neutron/neutron/tests/unit/plugins/ml2/drivers/macvtap
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 Scan for MAC through all devices in macvtap agent 2018-11-01 16:00:16 -04:00
mech_driver use MechanismDriver from neutron-lib + shim 2017-06-05 14:09:07 -06:00
__init__.py macvtap: Common functions and constants 2016-02-12 09:27:24 +01:00
test_macvtap_common.py Use flake8-import-order plugin 2017-07-05 03:15:27 +00:00