Skip to content

Commit

Permalink
bin: Tweak guestapi test
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 27, 2023
1 parent 406b98d commit 415a292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/test-incus-guestapi-vm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415a292

Please sign in to comment.