Pass the GCE project, zone, and master name into e2e.go as flags.

This commit is contained in:
Alex Robinson
2015-02-18 15:12:20 -08:00
parent f946aa887b
commit 94161a44ee
5 changed files with 29 additions and 31 deletions

View File

@@ -37,6 +37,7 @@ type testContextType struct {
host string
repoRoot string
provider string
gceConfig GCEConfig
}
var testContext testContextType