Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions test/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@ export SERVICE_ACCOUNT_JSON=$(cat ${HOME}/.credentials/network-sa.json)
export PROJECT_ID="network-module"
```

With these variables set, change to the root of the module and execute the
`make test_integration` task. This make target is the same that is executed
by this module's CI pipeline during integration testing, and will run the
integration tests from your machine.

Alternatively, to run the integration tests directly from the Docker
container used by the module's CI pipeline, perform the above steps and then
run the `make test_integration_docker` target
With these variables set, change to the root of the module and execute the `make docker_test_integration` task. This will run the integration tests from your machine.

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Inputs
Expand Down