Move the 'private' (authenticated) image into a bucket owned by google-containers.

This commit is contained in:
Matt Moore
2015-03-27 09:54:37 -07:00
parent e4fc45c26f
commit 9400b5b4f2
2 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ var _ = Describe("ReplicationController", func() {
It("should serve a basic image on each replica with a private image", func() {
switch testContext.provider {
case "gce", "gke":
ServeImageOrFail(c, "private", "gcr.io/_b_k8s_test/serve_hostname:1.0")
ServeImageOrFail(c, "private", "gcr.io/_b_k8s_authenticated_test/serve_hostname:1.1")
default:
By(fmt.Sprintf("Skipping private variant, which is only supported for providers gce and gke (not %s)",
testContext.provider))