mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
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 <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
646c06bb48
commit
b5ce2a652c
@ -1 +0,0 @@
|
||||
unsupported configuration: LUKS encrypted QCOW2 images are not supported by this QEMU
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user