Skip to content

Commit

Permalink
tests/storage-vm: don't wait before comparing VM gen IDs (#279)
Browse files Browse the repository at this point in the history
This saves ~20 seconds
  • Loading branch information
tomponline authored Aug 27, 2024
2 parents 17d4f28 + 70c9119 commit 6763143
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/storage-vm
Original file line number Diff line number Diff line change
Expand Up @@ -532,9 +532,7 @@ for poolDriver in $poolDriverList; do
lxc profile delete vmsmall

echo "==> Checking VM Generation UUID with QEMU"
lxc init "${IMAGE}" v1 --vm -s "${poolName}"
lxc start v1
waitInstanceReady v1
lxc launch "${IMAGE}" v1 --vm -s "${poolName}"
lxc info v1

# Check that the volatile.uuid.generation setting is applied to the QEMU process.
Expand Down

0 comments on commit 6763143

Please sign in to comment.