Skip to content

Commit

Permalink
tests: Sleep after starting nested VM to wait for boot before migration.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
  • Loading branch information
markylaing committed Aug 2, 2024
1 parent dc81d5a commit 41665f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/vm-migration
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ lxc exec member1 -- lxc config device add v1 vol1-disk disk pool=ceph source=vol

# Start the VM.
lxc exec member1 -- lxc start v1

# Move the VM, while it is running, to member2
sleep 60
lxc exec member1 -- lxc move v1 --target member2

# shellcheck disable=SC2034
Expand Down

0 comments on commit 41665f1

Please sign in to comment.