File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
tests/integration/targets/virtual_disk_attach/tasks Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 111111 - disk.record.vm_uuid == vm.record.0.uuid
112112 - not disk.diff.before
113113 - disk.diff.after == disk.record
114+ - name : Store UUID of created virtio disk
115+ ansible.builtin.set_fact :
116+ disk_uuid_virtio : " {{ disk.record.uuid }}"
114117
115118- name : Assert that disk is attached to XLAB-attach-virtual-disk
116119 scale_computing.hypercore.vm_info :
158161 - disk.diff.after == disk.record
159162 - disk.diff.before == disk.record
160163 - vm.records.0.disks | length == 1
164+ - disk_uuid_virtio == disk.record.uuid
161165
162166- name : Attach virtual disk with only type and slot defined (test default values)
163167 scale_computing.hypercore.virtual_disk_attach :
You can’t perform that action at this time.
0 commit comments