Comment 1 for bug 1591746

Revision history for this message
Sergey Yudin (tsipa740) wrote : Re: fuel-qa fails when bonding being used with baremetal

the code here https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/fuel_web_client.py#L3150
must be

- if iface['mac'].lower() in macs]
+ if iface['mac'] and iface['mac'].lower() in macs]