Skip to content

Commit

Permalink
Merge pull request #4763 from meinaLi/pci
Browse files Browse the repository at this point in the history
pcibridge.py: update the method of login guest to fix timeout
  • Loading branch information
dzhengfy authored Feb 23, 2023
2 parents b4df88b + 40785fa commit 76ad484
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 76ad484

Please sign in to comment.