Skip to content

Commit

Permalink
pcibridge.py: update the method of login guest to fix timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Meina Li <[email protected]>
  • Loading branch information
meinaLi committed Feb 17, 2023
1 parent 25a3c6c commit 40785fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libvirt/tests/src/controller/pcibridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ def is_hotunplug_interface_ok():
libvirt.check_exit_status(result_start_vm)

# Login to make sure vm is actually started
vm.create_serial_console()
vm.wait_for_serial_login().close()
vm.wait_for_login().close()

logging.debug(virsh.dumpxml(vm_name))

Expand Down

0 comments on commit 40785fa

Please sign in to comment.