Skip to content

Commit

Permalink
Merge pull request #524 from MrHohn/ingress-test-case-doc
Browse files Browse the repository at this point in the history
Add an example for running specific test case to readme
  • Loading branch information
k8s-ci-robot authored Oct 24, 2018
2 parents 2528ecb + 00c287c commit 9404a9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/e2e-test/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ I0618 23:51:04.068408 62186 framework.go:89] Checking external Internet connec
...
```

To run a specific test case, you can use something similar to the command below:

```
# Ref https://golang.org/cmd/go/#hdr-Testing_flags.
$ bin/amd64/e2e-test -run -project my-project -v 2 -logtostderr -test.run=TestIAP
```

Note that killing the test with `CTRL-C` will cause the existing namespace
sandboxes to be deleted, hopefully reducing the amount of cleanup necessary on
an aborted test run:
Expand Down

0 comments on commit 9404a9a

Please sign in to comment.