mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
On some distros the libvirt does not appear to always return all of the host interfaces. Switch to using 'ip -j link show' to read them directly from the system in order to ensure all devices are read. Refactor the driver tests to better isolate between test setup for the different sets of functions and avoid accidental setting of configuration details that may not be obvious. Fixes: #1624