|
10 | 10 | # https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/
|
11 | 11 | # release-notes/esxi-update-and-patch-release-notes/vsphere-esxi-802-release-notes.html
|
12 | 12 | # Default NVMe version 1.3 for Windows virtual machines:
|
13 |
| -# Starting with vSphere 8.0 Update 2, the NVMe version of Windows Server 2022 |
14 |
| -# or Windows 11 and later virtual machines with hardware version 21 and later, |
15 |
| -# and a virtual NVMe controller, is set to 1.3 by default. |
| 13 | +# Starting with vSphere 8.0 Update 2, the NVMe version is set to 1.3 by default for |
| 14 | +# Windows Server 2022 or Windows 11 and later VMs with hardware version 21 and later. |
16 | 15 | # Set this test case result to "Not Applicable" in above situation.
|
17 | 16 | #
|
18 | 17 | - name: nvme_vhba_device_ops_spec13
|
|
47 | 46 | - guest_os_product_type == 'server'
|
48 | 47 | - guest_os_ansible_kernel is version('10.0.20348.0', '<')
|
49 | 48 |
|
50 |
| - - name: "Skip test case" |
51 |
| - include_tasks: ../../common/skip_test_case.yml |
52 |
| - vars: |
53 |
| - skip_msg: >- |
54 |
| - Skip testing on this guest OS '{{ guest_os_ansible_distribution }}' with VM hardware version |
55 |
| - '{{ vm_hardware_version_num }}', since NVMe version is 1.3 by default for Windows Server 2022, |
56 |
| - Windows 11 and later VMs with hardware version 21 on ESXi 8.0.2 and later. |
57 |
| - So skip this test case and only run test case 'nvme_vhba_device_ops' with default NVMe v1.3. |
58 |
| - skip_reason: "Not Applicable" |
59 |
| - when: |
60 |
| - - vm_hardware_version_num | int >= 21 |
61 |
| - - (guest_os_product_type == 'server' and guest_os_build_num | int >= 20348) or |
62 |
| - (guest_os_product_type == 'client' and guest_os_build_num | int >= 22000) |
63 |
| - |
64 | 49 | - name: "Test run"
|
65 | 50 | include_tasks: vhba_test.yml
|
66 | 51 | vars:
|
|
0 commit comments