Skip to content

Commit

Permalink
Merge pull request #5849 from vwu-vera/convt-file10
Browse files Browse the repository at this point in the history
v2v: fix rhel10 failed case of convt-from-file
  • Loading branch information
xiaodwan authored Aug 19, 2024
2 parents c1406ce + e722ea0 commit c5d968b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions v2v/tests/cfg/convert_from_file.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@
# genid only supports libvirt, local, qemu
only output_mode.libvirt
- latest8:
only esx_80
main_vm = 'VM_NAME_RHEL8_V2V_EXAMPLE'
only esx_70
main_vm = 'VM_NAME_ESX70_RHEL8_V2V_EXAMPLE'
- latest7:
only esx_80
main_vm = 'VM_NAME_RHEL7_V2V_EXAMPLE'
only esx_70
main_vm = 'VM_NAME_ESX70_RHEL7_V2V_EXAMPLE'
- latest6:
enable_legacy_policy = yes
only esx_80
main_vm = 'VM_NAME_RHEL6_V2V_EXAMPLE'
only esx_70
main_vm = 'VM_NAME_ESX70_RHEL6_V2V_EXAMPLE'
- cpu_topology:
only esx_70
only output_mode.rhev
Expand Down

0 comments on commit c5d968b

Please sign in to comment.