Fix up e2e tests.

This commit is contained in:
Max Forbes
2014-12-15 11:15:24 -08:00
parent 2d1b279311
commit bea37d5b17
9 changed files with 74 additions and 83 deletions

View File

@@ -165,7 +165,7 @@ func Up() bool {
// Is the e2e cluster up?
func IsUp() bool {
return runBash("get status", `$KUBECFG -server_version`)
return runBash("get status", `$KUBECTL version`)
}
func tryUp() bool {