mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: do not test dnsmasq older than 2.67
Prepare to retire older versions by droping older tests. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
## dnsmasq conf file created by libvirt
|
||||
strict-order
|
||||
except-interface=lo
|
||||
bind-interfaces
|
||||
listen-address=192.168.152.1
|
||||
bind-dynamic
|
||||
interface=virbr2
|
||||
dhcp-option=3
|
||||
no-resolv
|
||||
ra-param=*,0,0
|
||||
dhcp-range=192.168.152.2,192.168.152.254,255.255.255.0
|
||||
dhcp-no-override
|
||||
dhcp-authoritative
|
||||
|
||||
@@ -6,12 +6,8 @@
|
||||
## dnsmasq conf file created by libvirt
|
||||
strict-order
|
||||
except-interface=lo
|
||||
bind-interfaces
|
||||
listen-address=192.168.122.1
|
||||
listen-address=192.168.123.1
|
||||
listen-address=fc00:db8:ac10:fe01::1
|
||||
listen-address=fc00:db8:ac10:fd01::1
|
||||
listen-address=10.24.10.1
|
||||
bind-dynamic
|
||||
interface=virbr0
|
||||
srv-host=_name._tcp
|
||||
dhcp-range=192.168.122.2,192.168.122.254,255.255.255.0
|
||||
dhcp-no-override
|
||||
@@ -19,3 +15,5 @@ dhcp-authoritative
|
||||
dhcp-lease-max=253
|
||||
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile
|
||||
addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts
|
||||
dhcp-range=fc00:db8:ac10:fe01::1,ra-only
|
||||
dhcp-range=fc00:db8:ac10:fd01::1,ra-only
|
||||
|
||||
@@ -21,3 +21,5 @@ dhcp-authoritative
|
||||
dhcp-lease-max=253
|
||||
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile
|
||||
addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts
|
||||
dhcp-range=2001:db8:ac10:fe01::1,ra-only
|
||||
dhcp-range=2001:db8:ac10:fd01::1,ra-only
|
||||
|
||||
@@ -15,3 +15,5 @@ dhcp-authoritative
|
||||
dhcp-lease-max=253
|
||||
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default.hostsfile
|
||||
addn-hosts=/var/lib/libvirt/dnsmasq/default.addnhosts
|
||||
dhcp-range=2001:db8:ac10:fe01::1,ra-only
|
||||
dhcp-range=2001:db8:ac10:fd01::1,ra-only
|
||||
|
||||
@@ -6,12 +6,8 @@
|
||||
## dnsmasq conf file created by libvirt
|
||||
strict-order
|
||||
except-interface=lo
|
||||
bind-interfaces
|
||||
listen-address=192.168.122.1
|
||||
listen-address=192.168.123.1
|
||||
listen-address=fc00:db8:ac10:fe01::1
|
||||
listen-address=fc00:db8:ac10:fd01::1
|
||||
listen-address=10.24.10.1
|
||||
bind-dynamic
|
||||
interface=virbr0
|
||||
srv-host=_name._tcp
|
||||
dhcp-range=192.168.122.2,192.168.122.254,255.255.255.0
|
||||
dhcp-no-override
|
||||
@@ -19,3 +15,5 @@ dhcp-authoritative
|
||||
dhcp-lease-max=253
|
||||
dhcp-hostsfile=/var/lib/libvirt/dnsmasq/default"with"quotes".hostsfile
|
||||
addn-hosts=/var/lib/libvirt/dnsmasq/default"with"quotes".addnhosts
|
||||
dhcp-range=fc00:db8:ac10:fe01::1,ra-only
|
||||
dhcp-range=fc00:db8:ac10:fd01::1,ra-only
|
||||
|
||||
@@ -8,8 +8,8 @@ strict-order
|
||||
domain=example.com
|
||||
expand-hosts
|
||||
except-interface=lo
|
||||
bind-interfaces
|
||||
listen-address=192.168.122.1
|
||||
bind-dynamic
|
||||
interface=virbr1
|
||||
dhcp-range=192.168.122.2,192.168.122.254,255.255.255.0
|
||||
dhcp-no-override
|
||||
dhcp-authoritative
|
||||
|
||||
@@ -8,8 +8,8 @@ strict-order
|
||||
domain=example.com
|
||||
expand-hosts
|
||||
except-interface=lo
|
||||
bind-interfaces
|
||||
listen-address=192.168.122.1
|
||||
bind-dynamic
|
||||
interface=virbr1
|
||||
dhcp-range=192.168.122.2,192.168.122.254,255.255.255.0
|
||||
dhcp-no-override
|
||||
dhcp-authoritative
|
||||
|
||||
Reference in New Issue
Block a user