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
7 changed files with 27 additions and 9 deletions

View File

@@ -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`