diff --git a/v2v/tests/cfg/convert_vm_to_libvirt.cfg b/v2v/tests/cfg/convert_vm_to_libvirt.cfg index 640c527c76..7e651780df 100644 --- a/v2v/tests/cfg/convert_vm_to_libvirt.cfg +++ b/v2v/tests/cfg/convert_vm_to_libvirt.cfg @@ -28,7 +28,7 @@ - it_default: variants: - arch_i386: - only latest6, 5_11, win7, win8, win8_1, win10, debian + only latest6, win10 vm_arch = "i386" - arch_x86_64: vm_arch = "x86_64" @@ -38,7 +38,7 @@ - boot_uefi: vm_boot = "-efi" boottype = 3 - only 8_0.linux.latest10_dev, 8_0.linux.latest9_dev, 8_0.linux.latest9, 8_0.linux.latest8, 8_0.linux.8_8, 8_0.linux.8_6, 8_0.linux.ubuntu22_04, 8_0.linux.ubuntu_lts, 8_0.linux.sles15sp5, 8_0.linux.sles_lts, 8_0.linux.opensuse15_5, 8_0.linux.opensuse_latest, 8_0.windows.win2022, 8_0.windows.win11, 8_0.windows.win2016, 8_0.windows.win2025 + only 8_0.linux.latest10_dev, 8_0.linux.latest9_dev, 8_0.linux.latest9, 8_0.linux.latest8, 8_0.linux.ubuntu_lts, 8_0.linux.sles_lts, 8_0.linux.opensuse_latest, 8_0.windows.win2022, 8_0.windows.win11, 8_0.windows.win10, 8_0.windows.win2016, 8_0.windows.win2019, 8_0.windows.win2025 variants: - linux: os_type = "linux" @@ -57,31 +57,18 @@ - latest8: os_short_id = "RHEL8_SHORT_ID" os_version = "LATEST8" - - 8_8: - os_version = "rhel8.8" - - 8_6: - os_version = "rhel8.6" + - 9_4: + os_version = "rhel9.4" - latest7: os_short_id = "RHEL7_SHORT_ID" os_version = "LATEST7" - latest6: os_version = "LATEST6" enable_legacy_policy = yes - - 5_11: - os_version = "rhel5.11" - enable_legacy_policy = yes - - debian11_7: - only source_esx.esx_80 - #os_short_id = "debian11" - os_version = "debian11.7.0" - debian_lts: only source_esx.esx_80 #os_short_id = "DEBIAN_SHORT_ID" os_version = "DEBIAN_LTS_VERSION" - - ubuntu22_04: - only source_esx.esx_80 - os_short_id = "ubuntu22.04" - os_version = "ubuntu22.04" - ubuntu_lts: only source_esx.esx_80 os_short_id = "UBUNTU_LTS_SHORT_ID" @@ -90,10 +77,6 @@ only source_esx.esx_80 os_short_id = "sles12sp5" os_version = "sles12sp5" - - sles15sp5: - only source_esx.esx_80 - os_short_id = "sles15sp5" - os_version = "sles15sp5" - sles_lts: only source_esx.esx_80 os_version = "SLES_LATEST_VERSION" @@ -101,12 +84,6 @@ only source_esx.esx_80 os_short_id = "OPENSUSE_LATEST_SHORT_ID" os_version = "OPENSUSE_LATEST_VERSION" - - opensuse42_3: - only source_esx.esx_70,source_esx.esx_80 - os_version = "opensuse42.3" - - opensuse15_5: - only source_esx.esx_80 - os_version = "opensuse15.5" - windows: no pv os_type = "windows" @@ -128,20 +105,6 @@ vm_user = "Administrator" vm_pwd = DEFAULT_WIN_VM_PASSWORD variants: - - win2008r2: - os_version = "win2008r2" - - win8: - only esx - os_version = "win8" - - win8_1: - only esx - os_version = "win8.1" - - win2012: - only esx - os_version = "win2012" - - win2012r2: - only esx - os_version = "win2012r2" - win10: only esx os_version = "win10"