Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boottype for windows uefi guests #6138

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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