Skip to content

Commit

Permalink
Merge pull request autotest#5612 from smitterl/stabl_vfio_ccw
Browse files Browse the repository at this point in the history
libvirt_ccw_passthrough: add sleep
  • Loading branch information
chloerh authored May 31, 2024
2 parents bbfa5d5 + 6404380 commit a3baa54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libvirt/tests/src/passthrough/ccw/libvirt_ccw_passthrough.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from time import sleep
from uuid import uuid4

from virttest.utils_zchannels import ChannelPaths
Expand Down Expand Up @@ -56,6 +57,7 @@ def run(test, params, env):
ccw.set_override(schid)
ccw.start_device(uuid, schid)

sleep(2)
vm.start()
session = vm.wait_for_login()

Expand Down

0 comments on commit a3baa54

Please sign in to comment.