This commit is contained in:
Aaron Crickenberger
2016-03-23 12:14:54 -07:00
parent d8d785f244
commit d794b86d34
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ Conformance tests are designed to be run with no cloud provider configured. Con
```sh
# setup for conformance tests
export KUBECONFIG=/path/to/kubeconfig
export KUBE_CONFORMANCE_TEST=y
export KUBERNETES_CONFORMANCE_TEST=y
# run all conformance tests
go run hack/e2e.go -v --test_args="--ginkgo.focus=\[Conformance\]"