Skip to content

Commit 7e66a48

Browse files
committed
Change lxd cloud name from lxd to localhost;
1 parent dd15b31 commit 7e66a48

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/includes/juju.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bootstrap() {
6565
cloud="azure"
6666
;;
6767
"localhost" | "lxd")
68-
cloud="lxd"
68+
cloud="localhost"
6969
;;
7070
"lxd-remote" | "vsphere" | "openstack" | "k8s" | "maas")
7171
cloud="${BOOTSTRAP_CLOUD}"

tests/main.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ trap cleanup EXIT HUP INT TERM
312312

313313
# Setup test directory
314314
TEST_DIR=$(mktemp -d tmp.XXX | xargs -I % echo "$(pwd)/%")
315-
export TEST_DIR
316315

317316
run_test() {
318317
TEST_CURRENT=${1}

0 commit comments

Comments
 (0)