From: Peter Krempa Date: Tue, 21 Sep 2021 14:57:40 +0000 (+0200) Subject: qemuxml2argvtest: Remove negative case for 'luks-disks-source-qcow2' X-Git-Tag: v7.8.0-rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ce2a652c1f1508088dae02ee59b7fd7561fec1;p=thirdparty%2Flibvirt.git qemuxml2argvtest: Remove negative case for 'luks-disks-source-qcow2' 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 Reviewed-by: Ján Tomko --- diff --git a/tests/qemuxml2argvdata/luks-disks-source-qcow2.err b/tests/qemuxml2argvdata/luks-disks-source-qcow2.err deleted file mode 100644 index 3c9f70a04a..0000000000 --- a/tests/qemuxml2argvdata/luks-disks-source-qcow2.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: LUKS encrypted QCOW2 images are not supported by this QEMU diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index ce618a2f22..6ec486bdfc 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -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");