Skip to content

Commit

Permalink
v2v: adjust testing guests according to matrix of 9.6/10.0
Browse files Browse the repository at this point in the history
Signed-off-by: vwu-vera <[email protected]>
  • Loading branch information
vwu-vera committed Jan 14, 2025
1 parent 1af4cdf commit 8691b0a
Showing 1 changed file with 4 additions and 39 deletions.
43 changes: 4 additions & 39 deletions v2v/tests/cfg/convert_vm_to_libvirt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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.8_8, 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.win2025
variants:
- linux:
os_type = "linux"
Expand All @@ -57,31 +57,20 @@
- latest8:
os_short_id = "RHEL8_SHORT_ID"
os_version = "LATEST8"
- 9_4:
os_version = "rhel9.4"
- 8_8:
os_version = "rhel8.8"
- 8_6:
os_version = "rhel8.6"
- 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"
Expand All @@ -90,23 +79,13 @@
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"
- opensuse_latest:
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"
Expand All @@ -128,20 +107,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"
Expand Down

0 comments on commit 8691b0a

Please sign in to comment.