|
38 | 38 | variants:
|
39 | 39 | - kubevirt:
|
40 | 40 | only dest_kubevirt
|
41 |
| - only multiple_disks |
42 | 41 | - json:
|
43 | 42 | only dest_json
|
44 | 43 | only uefi.win2019,device_map,without_ip_option,env_leak,block_dev
|
|
453 | 452 | esx_https_proxy = HTTPS_PROXY_V2V_EXAMPLE
|
454 | 453 | - usr_partition:
|
455 | 454 | only esx_70
|
| 455 | + version_required = "[virt-v2v-2.8.1-8,)" |
456 | 456 | main_vm = VM_NAME_USR_PARTITION_V2V_EXAMPLE
|
| 457 | + checkpoint = "ogac" |
457 | 458 | - dir_permission:
|
458 | 459 | only esx_70
|
459 | 460 | main_vm = VM_NAME_ESX70_RHEL9_V2V_EXAMPLE
|
|
535 | 536 | checkpoint = "exist_uuid"
|
536 | 537 | v2v_opts = ""
|
537 | 538 | msg_content = "Disk with the UUID .*? already exists"
|
538 |
| - - no-copy: |
539 |
| - only esx_70 |
540 |
| - only rhev.rhv_upload |
541 |
| - # Means version >= libguestfs-1.40.2-15 |
542 |
| - version_required = "[libguestfs-1.40.2-15,)" |
543 |
| - main_vm = VM_NAME_RHEL7_V2V_EXAMPLE |
544 |
| - has_rhv_disk_uuid = 'yes' |
545 |
| - v2v_opts = "--no-copy" |
546 |
| - skip_vm_check = yes |
547 |
| - skip_reason = '--no-copy is specified, no images will be copied' |
548 |
| - variants: |
549 |
| - - normal: |
550 |
| - - without_rhv-disk-uuid: |
551 |
| - # Means version >= virt-v2v-1.45.3-1 |
552 |
| - version_required = "[virt-v2v-1.45.3-1,)" |
553 |
| - checkpoint = "no_uuid" |
554 |
| - # ovirt-guest-agent-common |
| 539 | + - define_disk_path: |
| 540 | + only esx_80 |
| 541 | + only dest_kubevirt |
| 542 | + version_required = "[virt-v2v-2.8.1-2,)" |
| 543 | + main_vm = VM_NAME_WIN2019_ONLINE_DISKS_V2V_EXAMPLE |
| 544 | + checkpoint = define_disk_path |
| 545 | + vm_disk_count = 4 |
555 | 546 | - OGAC:
|
556 | 547 | checkpoint = "ogac"
|
557 | 548 | variants:
|
|
769 | 760 | luks_keys = LUKS_UUID_KEYS
|
770 | 761 | v2v_opts += "--key all:clevis"
|
771 | 762 | - win_bitlocker:
|
772 |
| - only esx_70 |
773 |
| - version_required = "[virt-v2v-1.42.0-15,)" |
774 |
| - checkpoint = 'luks_dev_keys' |
775 |
| - main_vm = VM_NAME_WIN_BITLOCKER_V2V_EXAMPLE |
776 |
| - luks_keys = LUKS_WIN_BIT_LOCKER_DEV_KEYS |
777 | 763 | skip_vm_check = yes
|
778 | 764 | skip_reason = 'luks encryped, cannot boots up without password'
|
| 765 | + variants: |
| 766 | + - without_tpm: |
| 767 | + only esx_70 |
| 768 | + version_required = "[virt-v2v-1.42.0-15,)" |
| 769 | + checkpoint = 'luks_dev_keys' |
| 770 | + main_vm = VM_NAME_WIN_BITLOCKER_V2V_EXAMPLE |
| 771 | + luks_keys = LUKS_WIN_BIT_LOCKER_DEV_KEYS |
| 772 | + - with_tpm: |
| 773 | + only esx_80 |
| 774 | + checkpoint = 'luks_dev_keys' |
| 775 | + main_vm = VM_NAME_WIN11_WITH_TPM_BITLOCKER_V2V_EXAMPLE |
| 776 | + luks_keys = VM_WIN11_WITH_TPM_BITLOCKER_KEYS |
| 777 | + |
779 | 778 | - cve_2022_2211:
|
780 | 779 | only esx_70
|
781 | 780 | only dest_local
|
|
966 | 965 | skip_reason = 'bug RHEL-97179 is not fixed'
|
967 | 966 | boottype = 3
|
968 | 967 | - encrypted:
|
969 |
| - main_vm = VM_NAME_SLES_BTRFS_ENCRYPTED_SLES12SP5_V2V_EXAMPLE |
970 |
| - skip_vm_check = yes |
971 |
| - skip_reason = 'bug RHEL-93583 is not fixed and cannot boot into OS without password automatically' |
972 |
| - checkpoint = 'luks_dev_keys' |
973 |
| - luks_keys = LUKS_ALL_KEYS |
| 968 | + variants: |
| 969 | + - sles12sp5: |
| 970 | + main_vm = VM_NAME_SLES_BTRFS_ENCRYPTED_SLES12SP5_V2V_EXAMPLE |
| 971 | + skip_vm_check = yes |
| 972 | + skip_reason = 'bug RHEL-93583 is not fixed and cannot boot into OS without password automatically' |
| 973 | + checkpoint = 'luks_dev_keys' |
| 974 | + luks_keys = LUKS_ALL_KEYS |
| 975 | + - sles15sp6: |
| 976 | + main_vm = VM_NAME_SLES_BTRFS_ENCRYPTED_SLES15SP6_V2V_EXAMPLE |
| 977 | + boottype = 3 |
| 978 | + checkpoint = 'luks_dev_keys' |
| 979 | + luks_keys = LUKS_ALL_KEYS |
| 980 | + skip_vm_check = yes |
| 981 | + skip_reason = 'luks encryped, cannot boots up without password' |
| 982 | + version_required = "[libguestfs-1.56.1-3,)" |
974 | 983 | - print_blkhash:
|
975 |
| - only esx_70 |
976 |
| - only libvirt |
977 |
| - v2v_debug = force_on |
978 |
| - version_required = "[virt-v2v-2.7.1-12,)" |
979 |
| - checkpoint = "print_blkhash" |
980 |
| - msg_content_yes = "nbdcopy.*--blkhash" |
981 |
| - |
| 984 | + only esx_70 |
| 985 | + only libvirt |
| 986 | + v2v_debug = force_on |
| 987 | + version_required = "[virt-v2v-2.7.1-12,)" |
| 988 | + checkpoint = "print_blkhash" |
| 989 | + msg_content_yes = "nbdcopy.*--blkhash" |
982 | 990 | variants:
|
983 | 991 | - positive_test:
|
984 | 992 | status_error = 'no'
|
|
0 commit comments