Skip to content

Commit 5e9ec62

Browse files
author
xiaodwan
authored
Merge pull request autotest#6569 from ganeshhubale/auto-case-nvme-28070
Auto case: Migrate VM with nvme disk
2 parents 1d089a1 + 24c8d68 commit 5e9ec62

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

v2v/tests/cfg/function_test_esx.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,23 @@
286286
main_vm = VM_NAME_ESX80_WIN11_V2V_EXAMPLE
287287
msg_content_yes = "ovirt:id='36'"
288288
os_version = win11
289+
- windows_vm_with_nvme_disk:
290+
only esx_80
291+
only dest_libvirt
292+
version_required = "[libvirt-11.5.0-1,)"
293+
os_type = 'windows'
294+
os_version = 'win2022'
295+
boottype = 2
296+
main_vm = VM_NAME_ESX80_WIN_WITH_NVME_DISK_V2V_EXAMPLE
297+
- linux_vm_with_nvme_disk:
298+
only esx_80
299+
only dest_libvirt
300+
version_required = "[libvirt-11.5.0-1,)"
301+
os_type = 'linux'
302+
os_version = 'rhel8.10'
303+
main_vm = VM_NAME_ESX80_RHEL_WITH_NVME_DISK_V2V_EXAMPLE
304+
skip_vm_check = yes
305+
skip_reason = "virt-v2v: warning: /files/boot/grub2/device.map/hd0 references unknown device 'nvme0n1'."
289306
- with_cdrom:
290307
only esx_70
291308
main_vm = 'VM_NAME_ESX_CDROM_V2V_EXAMPLE'

0 commit comments

Comments
 (0)