This test case is spurious. If this was real life scenario then
no dnsmasq would be spawned and yet, the test tries to generate
dnsmasq config for it. Just drop the test case and move on.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
+++ /dev/null
-##WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
-##OVERWRITTEN AND LOST. Changes to this configuration should be made using:
-## virsh net-edit local
-## or other application using the libvirt API.
-##
-## dnsmasq conf file created by libvirt
-strict-order
-port=0
-except-interface=lo
-bind-dynamic
-interface=virbr1
+++ /dev/null
-<network>
- <name>local</name>
- <uuid>81ff0d90-c91e-6742-64da-4a736edb9a9b</uuid>
- <bridge name="virbr1"/>
- <mac address='12:34:56:78:9A:BC'/>
- <forward mode="route" dev="eth1"/>
- <dns enable='no'/>
- <ip address="192.168.122.1" netmask="255.255.255.0">
- </ip>
-</network>
DO_TEST("nat-network-dns-srv-record-minimal", full);
DO_TEST("nat-network-name-with-quotes", full);
DO_TEST("routed-network", full);
- DO_TEST("routed-network-no-dns", full);
DO_TEST("open-network", full);
DO_TEST("nat-network", full);
DO_TEST("nat-network-dns-txt-record", full);