Skip to content

Commit

Permalink
tests/cluster: init LXD after installation
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 11, 2023
1 parent cf73496 commit 0b32c15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -eux
# Install LXD
install_lxd

# Configure LXD
lxd init --auto

PREFIX="cluster-$$"

if [ -z "${1:-""}" ] || [ -z "${2:-""}" ] || [ -z "${3:-""}" ]; then
Expand Down

0 comments on commit 0b32c15

Please sign in to comment.