Skip to content

Commit

Permalink
Update README with more detail to run E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Jan 10, 2019
1 parent 9930d2e commit 7aacc38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,17 @@ make test-integration
```

To execute e2e tests, run:

Some tests marked with `[env]` require specific environmental variables to be set, if not set these tests will be skipped.

```
export ALLOWED_TOPOLOGIES_ZONES="us-west-2a,us-west-2b"
```

Replacing `us-west-2a,us-west-2b` with the AZ(s) where your Kubernetes cluster is located.

```
export KUBECONFIG=~/.kube/config
make test-e2e
```

Expand Down

0 comments on commit 7aacc38

Please sign in to comment.