Skip to content

Commit

Permalink
Merge pull request #6138 from mxie91/fix-failures-of-v2v-fun-esx-round2
Browse files Browse the repository at this point in the history
Add boottype for windows uefi guests
  • Loading branch information
xiaodwan authored Jan 17, 2025
2 parents 672ee07 + 5cfa5dc commit ab91364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2v/tests/cfg/function_test_esx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@
msg_content_yes = "server reported: VDDK "Unknown error" can be caused by several problems"
- non_admin_user:
only esx_80
boottype = 3
main_vm = VM_NAME_NON_ADMIN_V2V_EXAMPLE
vpx_username = VMWARE_NON_ADMIN_USER_EXAMPLE
- rocky_linux:
Expand Down Expand Up @@ -921,6 +922,7 @@
checkpoint = 'invalid_os_storage'
- verify_certificate:
only esx_80
boottype = 3
main_vm = VM_NAME_NON_ADMIN_V2V_EXAMPLE
checkpoint = 'verify_certificate'
certs_src_dir = 'CERTS_DIR_V2V_EXAMPLE'
Expand All @@ -936,6 +938,7 @@
skip_reason = 'luks encryped, cannot boots up without password'
- default_vsphere:
only esx_80
boottype = 3
main_vm = VM_NAME_NON_ADMIN_V2V_EXAMPLE
interaction_run = 'yes'
vpx_no_username = True
Expand Down

0 comments on commit ab91364

Please sign in to comment.