You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: integration/heapster_api_test.go
+41-10Lines changed: 41 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,18 @@ const (
42
42
)
43
43
44
44
var (
45
-
testZone=flag.String("test_zone", "us-central1-b", "GCE zone where the test will be executed")
46
-
kubeVersions=flag.String("kube_versions", "", "Comma separated list of kube versions to test against. By default will run the test against an existing cluster")
47
-
heapsterControllerFile=flag.String("heapster_controller", "../deploy/kube-config/standalone-test/heapster-controller.yaml", "Path to heapster replication controller file.")
48
-
heapsterServiceFile=flag.String("heapster_service", "../deploy/kube-config/standalone-test/heapster-service.yaml", "Path to heapster service file.")
49
-
heapsterImage=flag.String("heapster_image", "heapster:e2e_test", "heapster docker image that needs to be tested.")
50
-
avoidBuild=flag.Bool("nobuild", false, "When true, a new heapster docker image will not be created and pushed to test cluster nodes.")
51
-
namespace=flag.String("namespace", "heapster-e2e-tests", "namespace to be used for testing, it will be deleted at the beginning of the test if exists")
52
-
maxRetries=flag.Int("retries", 20, "Number of attempts before failing this test.")
53
-
runForever=flag.Bool("run_forever", false, "If true, the tests are run in a loop forever.")
54
-
testUser=flag.String("test_user", "", "GCE user when copy file to host")
45
+
testZone=flag.String("test_zone", "us-central1-b", "GCE zone where the test will be executed")
46
+
kubeVersions=flag.String("kube_versions", "", "Comma separated list of kube versions to test against. By default will run the test against an existing cluster")
47
+
heapsterControllerFile=flag.String("heapster_controller", "../deploy/kube-config/standalone-test/heapster-controller.yaml", "Path to heapster replication controller file.")
48
+
heapsterServiceFile=flag.String("heapster_service", "../deploy/kube-config/standalone-test/heapster-service.yaml", "Path to heapster service file.")
49
+
heapsterRBACFile=flag.String("heapster_rbac", "../deploy/kube-config/standalone-test/heapster-rbac.yaml", "Path to heapster rbac file.")
50
+
heapsterServiceAccountFile=flag.String("heapster_service_account", "../deploy/kube-config/standalone-test/heapster-service-account.yaml", "Path to heapster service account file.")
51
+
heapsterImage=flag.String("heapster_image", "heapster:e2e_test", "heapster docker image that needs to be tested.")
52
+
avoidBuild=flag.Bool("nobuild", false, "When true, a new heapster docker image will not be created and pushed to test cluster nodes.")
53
+
namespace=flag.String("namespace", "heapster-e2e-tests", "namespace to be used for testing, it will be deleted at the beginning of the test if exists")
54
+
maxRetries=flag.Int("retries", 20, "Number of attempts before failing this test.")
55
+
runForever=flag.Bool("run_forever", false, "If true, the tests are run in a loop forever.")
56
+
testUser=flag.String("test_user", "", "GCE user when copy file to host")
0 commit comments