]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxmlconftest: Drop disk-network-tlsx509-nbd-hostname test for 6.2.0
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 5 May 2026 12:34:53 +0000 (14:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 6 May 2026 08:47:12 +0000 (10:47 +0200)
Setting TLS hostname for NBD disks was introduced in QEMU-7.0.0.
Soon the minimal version is going to be bumped to QEMU-7.2. Drop
old test.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxmlconfdata/disk-network-tlsx509-nbd-hostname.x86_64-6.2.0.err [deleted file]
tests/qemuxmlconftest.c

diff --git a/tests/qemuxmlconfdata/disk-network-tlsx509-nbd-hostname.x86_64-6.2.0.err b/tests/qemuxmlconfdata/disk-network-tlsx509-nbd-hostname.x86_64-6.2.0.err
deleted file mode 100644 (file)
index 6859261..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: 'tlsHostname' field is not supported by this QEMU
index ea7f9c2f2ec0289a58274aa420a8f5b5a6863a8e..217e411bc77aa1dc2417ce4dfa47e1070dc0865d 100644 (file)
@@ -1508,7 +1508,6 @@ mymain(void)
     DO_TEST_CAPS_LATEST("disk-network-nfs");
     driver.config->nbdTLSx509secretUUID = g_strdup("6fd3f62d-9fe7-4a4e-a869-7acd6376d8ea");
     DO_TEST_CAPS_LATEST("disk-network-tlsx509-nbd");
-    DO_TEST_CAPS_VER_PARSE_ERROR("disk-network-tlsx509-nbd-hostname", "6.2.0");
     driver.config->nbdTLSpriority = g_strdup("@SYSTEM:-VERS-TLS1.3");
     DO_TEST_CAPS_LATEST("disk-network-tlsx509-nbd-hostname");
     VIR_FREE(driver.config->nbdTLSpriority);