]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxml2argvtest: Remove negative case for 'luks-disks-source-qcow2'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Sep 2021 14:57:40 +0000 (16:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 23 Sep 2021 12:48:50 +0000 (14:48 +0200)
Currently we no longer support qemus which would miss the necessary
capability, thus the test can't be converted to DO_TEST_CAPS_LATEST.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/luks-disks-source-qcow2.err [deleted file]
tests/qemuxml2argvtest.c

diff --git a/tests/qemuxml2argvdata/luks-disks-source-qcow2.err b/tests/qemuxml2argvdata/luks-disks-source-qcow2.err
deleted file mode 100644 (file)
index 3c9f70a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: LUKS encrypted QCOW2 images are not supported by this QEMU
index ce618a2f222ea46931a1f2c3bca3240a62f3acde..6ec486bdfcdbd1e345e70bc423f9fb3e53cb1a49 100644 (file)
@@ -1455,7 +1455,6 @@ mymain(void)
     DO_TEST("encrypted-disk-usage", QEMU_CAPS_QCOW2_LUKS);
     DO_TEST_NOCAPS("luks-disks");
     DO_TEST_NOCAPS("luks-disks-source");
-    DO_TEST_PARSE_ERROR_NOCAPS("luks-disks-source-qcow2");
     DO_TEST("luks-disks-source-qcow2", QEMU_CAPS_QCOW2_LUKS);
     DO_TEST_CAPS_VER("luks-disks-source-qcow2", "5.2.0");
     DO_TEST_CAPS_LATEST("luks-disks-source-qcow2");