E2E upgrade test: allow upgrade target version to be specified via command line.

This commit is contained in:
Max Forbes
2015-07-09 11:22:28 -07:00
parent ffc5a86098
commit 7cfabea2d3
3 changed files with 12 additions and 8 deletions

View File

@@ -113,6 +113,7 @@ type TestContextType struct {
OutputDir string
prefix string
MinStartupPods int
UpgradeTarget string
}
var testContext TestContextType