diff --git a/test/setup/README.md b/test/setup/README.md index 6673751e7..b4b16dd81 100644 --- a/test/setup/README.md +++ b/test/setup/README.md @@ -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. ## Inputs