From fa73b1d00be7e558bf3558962f1d7137c7ef6879 Mon Sep 17 00:00:00 2001 From: nanli Date: Mon, 4 Mar 2024 11:56:57 +0800 Subject: [PATCH] update version for memory only snap case xxxx-298190:delete memory only snapshot, it is a new case copied from a old case and only get a new version as snap rfe case in polarion, and the old case was set to be inactive. Signed-off-by: nanli --- libvirt/tests/cfg/snapshot/memory_snapshot_delete.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/tests/cfg/snapshot/memory_snapshot_delete.cfg b/libvirt/tests/cfg/snapshot/memory_snapshot_delete.cfg index 4e4f45b0fb..f31a376fc9 100644 --- a/libvirt/tests/cfg/snapshot/memory_snapshot_delete.cfg +++ b/libvirt/tests/cfg/snapshot/memory_snapshot_delete.cfg @@ -4,7 +4,7 @@ start_vm = no snapshot_disk_list = "[{'disk_name': 'vda', 'disk_snapshot': 'no'}, {'disk_name': 'vdb', 'disk_snapshot': 'no'}]" snapshot_dict = {'description': 'Snapshot test', 'snap_name': '%s', 'mem_snap_type': 'external', 'mem_file': '%s'} - func_supported_since_libvirt_ver = (9, 0, 0) + func_supported_since_libvirt_ver = (9, 10, 0) variants disk_format: - type_qcow2: disk_driver = {'driver': {'name': 'qemu', 'type': 'qcow2'}}