summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-10-26 17:17:17 -0700
committerDaniel Smith <dbsmith@google.com>2015-10-26 17:17:17 -0700
commit4cb900b2517ac6e333f32bfbb15ce271a941c18f (patch)
treedda4db3f257849c4f6bf17a3e9e2733abfe4a69d
parent536afb79a0231204b351588bed3b7fefa672d2a9 (diff)
parent2df426d3f2657c059d0dfa99863dd1bacbaba323 (diff)
Merge pull request #16209 from erictune/fix-devel-doc
In devel docs, refer to .kube/config
-rw-r--r--e2e-tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index ca55b901..882da396 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -74,7 +74,7 @@ For the purposes of brevity, we will look at a subset of the options, which are
-repo-root="../../": Root directory of kubernetes repository, for finding test files.
```
-Prior to running the tests, it is recommended that you first create a simple auth file in your home directory, e.g. `$HOME/.kubernetes_auth` , with the following:
+Prior to running the tests, it is recommended that you first create a simple auth file in your home directory, e.g. `$HOME/.kube/config` , with the following:
```
{
@@ -85,7 +85,7 @@ Prior to running the tests, it is recommended that you first create a simple aut
Next, you will need a cluster that you can test against. As mentioned earlier, you will want to execute `sudo ./hack/local-up-cluster.sh`. To get a sense of what tests exist, you may want to run:
-`e2e.test --host="127.0.0.1:8080" --provider="local" --ginkgo.v=true -ginkgo.dryRun=true --kubeconfig="$HOME/.kubernetes_auth" --repo-root="$KUBERNETES_SRC_PATH"`
+`e2e.test --host="127.0.0.1:8080" --provider="local" --ginkgo.v=true -ginkgo.dryRun=true --kubeconfig="$HOME/.kube/config" --repo-root="$KUBERNETES_SRC_PATH"`
If you wish to execute a specific set of tests you can use the `-ginkgo.focus=` regex, e.g.: