From: Michal Privoznik Date: Tue, 27 Jan 2026 20:24:07 +0000 (+0100) Subject: networkxml2conftest: Drop routed-network-no-dns test case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82040ddce7541612ab6292639940ed68c101a21f;p=thirdparty%2Flibvirt.git networkxml2conftest: Drop routed-network-no-dns test case 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 Reviewed-by: Ján Tomko --- diff --git a/tests/networkxml2confdata/routed-network-no-dns.conf b/tests/networkxml2confdata/routed-network-no-dns.conf deleted file mode 100644 index 83cc85ea6b..0000000000 --- a/tests/networkxml2confdata/routed-network-no-dns.conf +++ /dev/null @@ -1,11 +0,0 @@ -##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 diff --git a/tests/networkxml2confdata/routed-network-no-dns.xml b/tests/networkxml2confdata/routed-network-no-dns.xml deleted file mode 100644 index 70d041745d..0000000000 --- a/tests/networkxml2confdata/routed-network-no-dns.xml +++ /dev/null @@ -1,10 +0,0 @@ - - local - 81ff0d90-c91e-6742-64da-4a736edb9a9b - - - - - - - diff --git a/tests/networkxml2conftest.c b/tests/networkxml2conftest.c index 70fb3a37b9..aa0adbdd52 100644 --- a/tests/networkxml2conftest.c +++ b/tests/networkxml2conftest.c @@ -174,7 +174,6 @@ mymain(void) 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);