From 415a2921ab4d0e2db7c18e01773429ffaa2cc7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 26 Oct 2023 22:13:49 -0400 Subject: [PATCH] bin: Tweak guestapi test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- bin/test-incus-guestapi-vm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/test-incus-guestapi-vm b/bin/test-incus-guestapi-vm index 1ee6eec1..4299bb60 100755 --- a/bin/test-incus-guestapi-vm +++ b/bin/test-incus-guestapi-vm @@ -118,9 +118,10 @@ sleep 5 # Test nested VM functionality. incus start v1 waitVMAgent v1 +sleep 30 # Configure to use the proxy -curl https://pkgs.zabbly.com/get/incus-daily | incus exec v1 -- sh +curl -sL https://pkgs.zabbly.com/get/incus-daily | incus exec v1 -- sh incus exec v1 -- incus admin init --auto incus exec v1 -- incus launch images:ubuntu/22.04/cloud v1v1 --vm sleep 30