From e8122028694ee7ce4be714509293b33616d9026f Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Wed, 9 Jun 2021 10:07:32 +1200 Subject: [PATCH] wait for cloud-init in test-in-lxd.sh --- scripts/test-in-lxd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-in-lxd.sh b/scripts/test-in-lxd.sh index 7bb6f005..248a331e 100755 --- a/scripts/test-in-lxd.sh +++ b/scripts/test-in-lxd.sh @@ -39,6 +39,8 @@ then done fi +lxc exec tester -- cloud-init status --wait + lxc exec tester -- sh -ec " cd ~/subiquity ./scripts/installdeps.sh