summaryrefslogtreecommitdiff
path: root/e2e-node-tests.md
diff options
context:
space:
mode:
authork8s-merge-robot <k8s.production.user@gmail.com>2016-07-25 16:53:27 -0700
committerGitHub <noreply@github.com>2016-07-25 16:53:27 -0700
commita5a9fed17188995a1d7efa26616ee943dba43e92 (patch)
tree4f2b4cdf9f5396b86c97dcb61a12d71f021955a3 /e2e-node-tests.md
parent72da38c3f06a43e0e291b5cf3322823118905563 (diff)
parentc4cd7ae22101ac96a6b66c368ed7c9c4c6021cb6 (diff)
Merge pull request #29486 from vishh/gci-node-e2e
Automatic merge from submit-queue Make it possible to run node e2e with GCI.
Diffstat (limited to 'e2e-node-tests.md')
-rw-r--r--e2e-node-tests.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md
index 04b82799..b300cddb 100644
--- a/e2e-node-tests.md
+++ b/e2e-node-tests.md
@@ -51,6 +51,7 @@ Why run tests *Locally*? Much faster than running tests Remotely.
Prerequisites:
- [Install etcd](https://github.com/coreos/etcd/releases) on your PATH
- Verify etcd is installed correctly by running `which etcd`
+ - Or make etcd binary available and executable at `/tmp/etcd`
- [Install ginkgo](https://github.com/onsi/ginkgo) on your PATH
- Verify ginkgo is installed correctly by running `which ginkgo`