Add Ubernetes Lite e2e tests for spreading RC and Service pods evenly across all zones.

Fixes #19415
This commit is contained in:
Quinton Hoole
2016-01-22 13:31:14 -08:00
parent c031697848
commit a9fd207140
5 changed files with 313 additions and 57 deletions

View File

@@ -33,7 +33,6 @@ import (
)
const (
podListTimeout = time.Minute
serverStartTimeout = podStartTimeout + 3*time.Minute
)