Re: [libvirt] [PATCH 0/3] test_driver: improve testDomainInterfaceAddresses

2019-06-19 Thread Ilias Stamatis
On Wed, Jun 19, 2019 at 1:18 PM Ilias Stamatis wrote: > > This patch series introduces the following improvements to the > testDomainInterfaceAddresses function: > > - if a dhcp range is defined for the network, addresses are returned > from there (instead of hard-coded addresses that were retur

[libvirt] [PATCH 0/3] test_driver: improve testDomainInterfaceAddresses

2019-06-19 Thread Ilias Stamatis
This patch series introduces the following improvements to the testDomainInterfaceAddresses function: - if a dhcp range is defined for the network, addresses are returned from there (instead of hard-coded addresses that were returned before) - if the network is IPv6 even when a dhcp range is not