Merge pull request #29486 from vishh/gci-node-e2e

Automatic merge from submit-queue

Make it possible to run node e2e with GCI.
This commit is contained in:
k8s-merge-robot 2016-07-25 16:53:27 -07:00 committed by GitHub
commit a5a9fed171
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Why run tests *Locally*? Much faster than running tests Remotely.
Prerequisites: Prerequisites:
- [Install etcd](https://github.com/coreos/etcd/releases) on your PATH - [Install etcd](https://github.com/coreos/etcd/releases) on your PATH
- Verify etcd is installed correctly by running `which etcd` - 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 - [Install ginkgo](https://github.com/onsi/ginkgo) on your PATH
- Verify ginkgo is installed correctly by running `which ginkgo` - Verify ginkgo is installed correctly by running `which ginkgo`