Merge pull request #35085 from xilabao/fix-testing-against-local-clusters

Automatic merge from submit-queue

check_node_count falls out of use, clear from docs/devel/e2e-tests.md

delete "--check_node_count " for testing against local clusters
This commit is contained in:
Kubernetes Submit Queue
2016-10-20 00:08:05 -07:00
committed by GitHub

View File

@@ -404,7 +404,7 @@ go run hack/e2e.go -v --test
To control the tests that are run:
```sh
go run hack/e2e.go -v --test --check_node_count=false --test_args="--ginkgo.focus="Secrets"
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\"Secrets\""
```
### Version-skewed and upgrade testing