Skip to content

Commit a302a6f

Browse files
authored
Merge pull request #6666 from mxie91/remove-ovirt-target-limitation-for-some-v2v-cases
Remove ovirt output limitation from some v2v cases
2 parents 875c970 + e257367 commit a302a6f

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

v2v/tests/cfg/convert_from_file.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
ova_copy_dir = 'OVA_DIR_COPY_V2V_EXAMPLE'
7171
variants:
7272
- normal:
73-
only output_mode.libvirt,output_mode.rhev
7473
variants:
7574
- ova_tar:
7675
input_file = '${ova_copy_dir}/OVA_TAR_FILE_V2V_EXAMPLE'
@@ -122,7 +121,6 @@
122121
ova_dir = OVA_DIR_BUG_2069768_V2V_EXAMPLE
123122
input_file = '${ova_copy_dir}/OVA_FILE_BUG_2069768_V2V_EXAMPLE'
124123
- cpu_topology:
125-
only output_mode.rhev
126124
checkpoint = 'cpu_topology'
127125
v2v_debug = force_on
128126
ova_file_name = OVA_FILE_CPU_TOPOLOGY_V2V_EXAMPLE
@@ -319,7 +317,6 @@
319317
main_vm = 'VM_NAME_ESX70_RHEL6_V2V_EXAMPLE'
320318
- cpu_topology:
321319
only esx_70
322-
only output_mode.rhev
323320
vmx_nfs_src = NFS_ESX70_FUNC_VMX_V2V_EXAMPLE
324321
main_vm = 'VM_NAME_CPU_TOPOLOGY_V2V_EXAMPLE'
325322
v2v_debug = force_on

v2v/tests/cfg/function_test_esx.cfg

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@
516516
skip_reason = 'bz#1990808'
517517
- resume_rhel7:
518518
only esx_80
519-
only dest_libvirt
520519
os_version = OS_VERSION_RESUME_RHEL7_V2V_EXAMPLE
521520
checkpoint = resume_swap
522521
main_vm = VM_NAME_RESUME_RHEL7_V2V_EXAMPLE
@@ -549,7 +548,7 @@
549548
rhv_upload_opts = "${rhv_upload_opts} -oo rhv-verifypeer=true"
550549
msg_content = 'virt-v2v: error: failed server prechecks, see earlier errors'
551550
expect_msg = yes
552-
- no-copy-illegal:
551+
- no_copy_illegal:
553552
only esx_70
554553
main_vm = VM_NAME_RHEL7_V2V_EXAMPLE
555554
only negative_test..rhev.rhv_upload
@@ -559,15 +558,15 @@
559558
version_required = "[libguestfs-1.40.2-15,)"
560559
has_rhv_disk_uuid = 'yes'
561560
variants:
562-
- no_rhv-disk-uuid:
561+
- no_rhv_disk_uuid:
563562
# Means version between virt-v2v-1.45.1-1 and virt-v2v-1.45.3-1
564563
version_required = "[virt-v2v-1.45.1-1,virt-v2v-1.45.3-1)"
565564
msg_content = "virt-v2v: error: there must be .-oo rhv-disk-uuid. parameters passed on"
566565
checkpoint = "no_uuid"
567-
- mismatched_rhv-disk-uuid:
566+
- mismatched_rhv_disk_uuid:
568567
checkpoint = "mismatched_uuid"
569568
msg_content = "virt-v2v: error: the number of .-oo rhv-disk-uuid. parameters .*? has to match the number of guest disk images"
570-
- invalid_rhv-disk-uuid:
569+
- invalid_rhv_disk_uuid:
571570
msg_content = "-o rhv-upload: invalid UUID for -oo rhv-disk-uuid"
572571
version_required = "[virt-v2v-1.45.1-1,)"
573572
variants:
@@ -577,7 +576,7 @@
577576
v2v_opts = "--no-copy -oo rhv-disk-uuid abc-de"
578577
- illegal_format:
579578
v2v_opts = "--no-copy -oo rhv-disk-uuid fc236597-1041-4885-bec9-1d71257c256u"
580-
- exist_rhv-disk-uuid:
579+
- exist_rhv_disk_uuid:
581580
version_required = "[virt-v2v-1.45.1-1,)"
582581
checkpoint = "exist_uuid"
583582
v2v_opts = ""
@@ -981,8 +980,6 @@
981980
v2v_debug = false
982981
- cpu_topology:
983982
only esx_70
984-
only it_vddk
985-
only rhev
986983
main_vm = VM_NAME_CPU_TOPOLOGY_V2V_EXAMPLE
987984
checkpoint = 'cpu_topology'
988985
v2v_debug = force_on
@@ -1061,4 +1058,4 @@
10611058
status_error = 'no'
10621059
- negative_test:
10631060
status_error = 'yes'
1064-
only option_root.single,invalid_rhv_pem,no-copy-illegal,system_rhv_pem.unset,logs.open_source,keys.invalid,invalid_mac_ip,block_dev.small,no_space,inodes.less_inodes,windows.external_poweroff,must_ip,no_ovirtsdk4_pkg,vddk_errors_41_disks,invalid_vddk_thumbprint,invalid_os_storage,no_vpx_username
1061+
only option_root.single,invalid_rhv_pem,no_copy_illegal,system_rhv_pem.unset,logs.open_source,keys.invalid,invalid_mac_ip,block_dev.small,no_space,inodes.less_inodes,windows.external_poweroff,must_ip,no_ovirtsdk4_pkg,vddk_errors_41_disks,invalid_vddk_thumbprint,invalid_os_storage,no_vpx_username

0 commit comments

Comments
 (0)