From 1c8204b21f27313a37ab3ffdb931125218d2dbf1 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Wed, 23 Jul 2014 11:21:55 -0400 Subject: [PATCH] Describe e2e-test.sh in the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 163eec4d516..c301efbfb87 100644 --- a/README.md +++ b/README.md @@ -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: ```