Describe e2e-test.sh in the README

This commit is contained in:
Clayton Coleman 2014-07-23 11:21:55 -04:00
parent 60aa8639fa
commit 1c8204b21f

View File

@ -201,6 +201,13 @@ cd kubernetes
hack/integration-test.sh
```
### End-to-End tests
With a GCE account set up for running `cluster/kube-up.sh` (see Setup above):
```
cd kubernetes
hack/e2e-test.sh
```
### Keeping your development fork in sync
One time after cloning your forked repo:
```