Skip to content

Commit

Permalink
Add four v2v cases with mtv tag
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Xie <[email protected]>
  • Loading branch information
mxie91 committed Jul 14, 2023
1 parent 94fd119 commit f629c85
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions v2v/tests/cfg/specific_kvm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
vpx_passwd_file = "/tmp/v2v_vpx_passwd"
v2v_opts = " -ip ${vpx_passwd_file}"
variants:
- esx_80:
only source_esx.esx_80
- esx_70:
only source_esx.esx_70
- esx_67:
Expand Down Expand Up @@ -266,6 +268,23 @@
boottype = 2
checkpoint = vmware_os_firmware
main_vm = 'VM_UEFI_GUEST_V2V_EXAMPLE'
- cbt_snapshot:
only source_esx.esx_80
boottype = 2
main_vm = 'VM_CBT_SNAPSHOT_V2V_EXAMPLE''
- cpu_mem_hotplug:
only source_esx.esx_80
boottype = 2
main_vm = 'VM_CPU_MEM_HOTPLUG_V2V_EXAMPLE'
- 80_chars:
only source_esx.esx_80
only libvirt
boottype = 2
main_vm = 'VM_NAME_80_CHARS_V2V_EXAMPLE'
- non_exist_network:
only source_esx.esx_80
boottype = 2
main_vm = 'VM_NON_EXIST_NETWORK_V2V_EXAMPLE'
variants:
- positive_test:
status_error = 'no'
Expand All @@ -279,6 +298,7 @@
no fstab.invalid
no display.mix
no win_rootonlinux
no non_exist_network
only output_mode.rhev
- windows:
os_type = 'windows'
Expand All @@ -304,9 +324,9 @@
- multi_disks:
only multi_disks.windows
- network:
only network.e1000
only network.e1000,non_exist_network
- to_libvirt:
only display.mix,display.listen,mem_alloc
only display.mix,display.listen,mem_alloc,80_chars
only output_mode.libvirt
- to_local:
only win_rootonlinux
Expand Down

0 comments on commit f629c85

Please sign in to comment.