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

v2v: adjust testing guests according to matrix of 9.6/10.0 #6128

Merged
merged 1 commit into from
Jan 14, 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
45 changes: 4 additions & 41 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.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"
Expand All @@ -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"
Expand All @@ -90,23 +77,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 +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"
Expand Down