Skip to content

Commit 4ffe9ab

Browse files
committed
change when conditions
Signed-off-by: dw035535 <[email protected]>
1 parent e3716fb commit 4ffe9ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windows/vhba_hot_add_remove/vhba_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
So skip this test case and only run test case 'nvme_vhba_device_ops' with default NVMe v1.3.
2929
skip_reason: "Not Applicable"
3030
when:
31-
- vm_nvme_spec13_enabled is defined and vm_nvme_spec13_enabled
31+
- test_disk_ctrl_type == 'nvme'
3232
- test_purpose == "hot-add-spec13"
33+
- vm_nvme_spec13_enabled
3334

3435
- name: "Get VM current disk controller info"
3536
include_tasks: get_vm_disk_ctrl_info.yml

0 commit comments

Comments
 (0)