From 41665f19f997250477bee088a72cf9c3ec796667 Mon Sep 17 00:00:00 2001 From: Mark Laing Date: Fri, 2 Aug 2024 17:20:18 +0100 Subject: [PATCH] tests: Sleep after starting nested VM to wait for boot before migration. Signed-off-by: Mark Laing --- tests/vm-migration | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/vm-migration b/tests/vm-migration index 34af51ee8..79c2ddf55 100644 --- a/tests/vm-migration +++ b/tests/vm-migration @@ -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