Skip to content

Commit

Permalink
to remove (test lvmoiscsi)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wescoeur committed Jul 19, 2023
1 parent fcd76db commit ca064ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage/lvmoiscsi/test_lvmoiscsi_sr.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_reboot(self, host, lvmoiscsi_sr, vm_on_lvmoiscsi_sr):
sr = lvmoiscsi_sr
vm = vm_on_lvmoiscsi_sr
host.reboot(verify=True)
wait_for(sr.all_pbds_attached, "Wait for PBD attached")
wait_for(sr.all_pbds_attached, "Wait for PBD attached", timeout_secs=99999999)
# start the VM as a way to check that the underlying SR is operational
vm.start(on=host.uuid)
vm.wait_for_os_booted()
Expand Down

0 comments on commit ca064ab

Please sign in to comment.