Skip to content

Commit

Permalink
Merge pull request #5024 from hs0210/virtual_disk_wait_ready
Browse files Browse the repository at this point in the history
virtual_disk: wait for the disk be ready in guest
  • Loading branch information
chunfuwen authored Jul 19, 2023
2 parents da5d978 + 5657038 commit 8a79a66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,7 @@ def test_device_update_boot_order(disk_type, disk_path, error_msg):
if len(device_attach_error) > i:
disk_attach_error = "yes" == device_attach_error[i]
libvirt.check_exit_status(ret, disk_attach_error)
time.sleep(3)
if attach_ccw_address_at_dt_disk:
attach_option = device_attach_option[0].replace('--live', '--config')
ret = virsh.attach_disk(vm_name, disks[0]["source"],
Expand Down

0 comments on commit 8a79a66

Please sign in to comment.