Skip to content

Commit

Permalink
Merge pull request autotest#5808 from vwu-vera/ogac
Browse files Browse the repository at this point in the history
v2v: fix ogac and without_default_net cases on functional testing
  • Loading branch information
xiaodwan authored Jul 25, 2024
2 parents ec7a552 + 4b4b3ba commit 4624173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v2v/tests/cfg/function_test_esx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
qa_url = QEMU_GUEST_AGENT_DEBIAN_DOWNLOAD_URL_V2V_EXAMPLE
main_vm = VM_NAME_UBUNTU_V2V_EXAMPLE
- debian:
only esx_70
only esx_80
version_required = "[virt-v2v-2.0.6-3,)"
qa_path = 'linux/debian'
qa_url = QEMU_GUEST_AGENT_DEBIAN_DOWNLOAD_URL_V2V_EXAMPLE
Expand All @@ -553,8 +553,7 @@
qa_url = QEMU_GUEST_AGENT_SUSE_DOWNLOAD_URL_V2V_EXAMPLE
main_vm = VM_NAME_SLES_V2V_EXAMPLE
- opensuse:
only esx_70
boottype = 3
only esx_80
qa_path = 'linux/lp151'
qa_url = QEMU_GUEST_AGENT_SUSE_DOWNLOAD_URL_V2V_EXAMPLE
main_vm = VM_NAME_OPENSUSE_V2V_EXAMPLE
Expand All @@ -578,6 +577,7 @@
expect_msg = no
- without_default_net:
only esx_70
only rhev
main_vm = VM_NAME_ESX70_RHEL7_V2V_EXAMPLE
checkpoint = "without_default_net"
v2v_debug = force_on
Expand Down

0 comments on commit 4624173

Please sign in to comment.