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:
commit
a5a9fed171
|
|
@ -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`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue