From 544ce212062ac35018f5998e2ce060764d3ce9f5 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 2 May 2024 11:35:08 -0400 Subject: [PATCH] tests/container-copy: provide the network addr/port at init time Signed-off-by: Simon Deziel --- tests/container-copy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/container-copy b/tests/container-copy index e9ff2fc38..3317ce050 100644 --- a/tests/container-copy +++ b/tests/container-copy @@ -30,8 +30,7 @@ waitInstanceBooted target echo "==> Setup LXD on the target VM" lxc exec target -- snap install lxd --channel "${LXD_SNAP_CHANNEL}" -lxc exec target -- lxd init --auto -lxc exec target -- lxc config set core.https_address=:8443 +lxc exec target -- lxd init --auto --network-address "[::]" --network-port "8443" echo "==> Wait for the target VM time to be synchronized with NTP" for _ in $(seq 6); do