diff --git a/tests/integration/pre_run_script.sh b/tests/integration/pre_run_script.sh index f27fe38..ac14624 100644 --- a/tests/integration/pre_run_script.sh +++ b/tests/integration/pre_run_script.sh @@ -14,8 +14,7 @@ TESTING_MODEL="$(juju switch)" sg microk8s -c "microk8s status --wait-ready" # lxd should be installed and inited by a previous step in integration test action. echo "bootstrapping lxd juju controller" -# sg microk8s -c "juju bootstrap localhost localhost" -sg microk8s -c "juju bootstrap microk8s controller" +sg microk8s -c "juju bootstrap localhost localhost" echo "Switching to testing model" sg microk8s -c "juju switch $TESTING_MODEL"