Adding an e2e test for deployment

This commit is contained in:
nikhiljindal
2015-09-24 11:16:17 -07:00
parent cf75b0d023
commit d61ed52799
4 changed files with 177 additions and 1 deletions

View File

@@ -178,6 +178,8 @@ func Up() bool {
}
}
// Enable deployments for e2e tests.
os.Setenv("KUBE_ENABLE_DEPLOYMENTS", "true")
return finishRunning("up", exec.Command(path.Join(*root, "hack/e2e-internal/e2e-up.sh")))
}