From 5cfa5dce8cbb0a059453417cf17e7b8b87d2b135 Mon Sep 17 00:00:00 2001 From: Ming Xie Date: Thu, 16 Jan 2025 02:34:17 -0500 Subject: [PATCH] Add boottype for windows uefi guests Signed-off-by: Ming Xie --- v2v/tests/cfg/function_test_esx.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v2v/tests/cfg/function_test_esx.cfg b/v2v/tests/cfg/function_test_esx.cfg index 27c03ee5b4..2da63f8326 100644 --- a/v2v/tests/cfg/function_test_esx.cfg +++ b/v2v/tests/cfg/function_test_esx.cfg @@ -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: @@ -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' @@ -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