From 452b0d465e635ddd54127ff71072c17f5b1c949d Mon Sep 17 00:00:00 2001 From: Sneh Shikha Yadav Date: Thu, 18 Dec 2025 13:58:28 +0530 Subject: [PATCH] Removing allocate capacity test from raw & qcow2 format preallocate doesn't support encrypted raw and qcow2 Signed-off-by: Sneh Shikha Yadav --- config/tests/guest/libvirt/storage.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/tests/guest/libvirt/storage.cfg b/config/tests/guest/libvirt/storage.cfg index 27ac719a..8fcda051 100644 --- a/config/tests/guest/libvirt/storage.cfg +++ b/config/tests/guest/libvirt/storage.cfg @@ -83,8 +83,11 @@ variants: - vol_resize: only virsh.vol_resize - no virsh.vol_resize.positive_test.luks_encrypt.non_acl.allocate_capacity - no virsh.vol_resize.positive_test.luks_encrypt.non_acl.delta_allocate_capacity + # removing below luks_encrypt raw, qcow2 format non acl allocate capacity related test because the operation not supported for qcow2 and raw type encrypted volume + no virsh.vol_resize.positive_test.luks_encrypt.raw_format.non_acl.allocate_capacity + no virsh.vol_resize.positive_test.luks_encrypt.qcow2_format.non_acl.allocate_capacity + no virsh.vol_resize.positive_test.luks_encrypt.raw_format.non_acl.delta_allocate_capacity + no virsh.vol_resize.positive_test.luks_encrypt.qcow2_format.non_acl.delta_allocate_capacity - vol_download_upload: only virsh.vol_download_upload