Skip to content
Commit b6a15701 authored by intrigeri's avatar intrigeri
Browse files

Test suite: call post_vm_start_hook at a time that makes more sense

Previously we would call that function immediately after starting the VM, but
that function does a mouse click, which makes no sense until we have a display
that supports clicking. This became obvious since I did
1881d05a, which now makes post_vm_start_hook
wait for the mouse cursor before exiting, which virtually guarantees we'll miss
the boot menu.

So, instead of calling post_vm_start_hook immediately after starting
the VM, do it after the Greeter is visible and the remote shell is up,
just like we do in post_snapshot_restore_hook already.
parent ab517b7e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment