Skip to content

Commit

Permalink
Update documentation for e2e test on kind cluster (#1307)
Browse files Browse the repository at this point in the history
Add details on running the e2e tests with the
local Antrea image on a kind cluster.
  • Loading branch information
srikartati committed Nov 18, 2020
1 parent 314cd62 commit b1745fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@ manifest to the master Docker container:
go test -v github.com/vmware-tanzu/antrea/test/e2e -provider=kind
```

As part of code development, if you want to run the tests with local changes,
then make the code changes on the local repo and
[build the image](/CONTRIBUTING.md#building-and-testing-your-change).
You can load the new image into the kind cluster using the command below:

```
kind load docker-image antrea/antrea-ubuntu:latest --name <kind_cluster_name>
```

## Running the performance test
To run all benchmarks, without the standard e2e tests:
```bash
Expand Down

0 comments on commit b1745fc

Please sign in to comment.