Skip to content

Commit

Permalink
Merge pull request kubernetes#582 from smarterclayton/reference_e2e_t…
Browse files Browse the repository at this point in the history
…ests

Describe e2e-test.sh in the README
  • Loading branch information
lavalamp committed Jul 23, 2014
2 parents 60aa863 + 1c8204b commit c3625fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit c3625fd

Please sign in to comment.