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'}}