Skip to content

Commit

Permalink
tests/efi-vars-editor-vm: explain why waiting after the first VM launch
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 15, 2024
1 parent b69f5b3 commit 5485dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/efi-vars-editor-vm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ lxc storage create "${poolName}" "${poolDriver}"

echo "==> Create VM and boot"
lxc launch "${IMAGE}" v1 --vm -s "${poolName}"

# Wait for instance to be ready ensures LXD is done initializing the NVRAM
waitInstanceReady v1
lxc info v1

Expand Down

0 comments on commit 5485dcf

Please sign in to comment.