Skip to content

Commit

Permalink
Merge pull request #243 from kubernetes-simulator/kubesim-test-mount
Browse files Browse the repository at this point in the history
Don't mount kubesim folder for tests
  • Loading branch information
pi-unnerup authored Feb 24, 2020
2 parents 0d6efc4 + 29e5a6e commit 1b0920f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ docker-test: validate-reqs docker-build ## Run the tests
@export AWS_DEFAULT_REGION="testing propagation to AWS_REGION var"; \
docker run \
-v "$(SIMULATOR_AWS_CREDS_PATH)":/home/launch/.aws \
-v $(KUBE_SIM_TMP):/home/launch/.kubesim \
--env-file launch-environment \
--rm -t $(CONTAINER_NAME_LATEST) \
/app/test-acceptance.sh
Expand Down
1 change: 1 addition & 0 deletions test/infra.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ namespace eval ::simulator::test {

variable BEFORE {
catch { unset result }
spawn mkdir -p /home/launch/.kubesim/settings/
set env(SIMULATOR_TF_DIR) "./test/fixtures/noop-tf-dir"
set env(SIMULATOR_STATE_BUCKET) "dummy-test-bucket"
set env(SIMULATOR_CLI_TEST_OUTPUT) "./test/test.debug"
Expand Down

0 comments on commit 1b0920f

Please sign in to comment.