summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_pull_trusted_test.go
diff options
context:
space:
mode:
authorcyli <cyli@twistedmatrix.com>2016-01-26 17:52:36 -0800
committercyli <cyli@twistedmatrix.com>2016-01-26 18:02:00 -0800
commit0617521ba2ce160899852bb707c15bae7309f18a (patch)
tree9b6eb659191eb5c98144678b746b16eafc68b50a /integration-cli/docker_cli_pull_trusted_test.go
parent8fd2c8791d9c7cf0dd28b77565f0a04349a8c9a2 (diff)
downloaddocker-0617521ba2ce160899852bb707c15bae7309f18a.tar.gz
Update integration tests with new error messages, and to use different repos per test.
This way we won't encounter any problems with one test using cached data from a different test. Signed-off-by: cyli <cyli@twistedmatrix.com>
Diffstat (limited to 'integration-cli/docker_cli_pull_trusted_test.go')
-rw-r--r--integration-cli/docker_cli_pull_trusted_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-cli/docker_cli_pull_trusted_test.go b/integration-cli/docker_cli_pull_trusted_test.go
index fbd50b5d96..86868276f1 100644
--- a/integration-cli/docker_cli_pull_trusted_test.go
+++ b/integration-cli/docker_cli_pull_trusted_test.go
@@ -47,7 +47,7 @@ func (s *DockerTrustSuite) TestTrustedIsolatedPull(c *check.C) {
}
func (s *DockerTrustSuite) TestUntrustedPull(c *check.C) {
- repoName := fmt.Sprintf("%v/dockercli/trusted:latest", privateRegistryURL)
+ repoName := fmt.Sprintf("%v/dockercliuntrusted/pulltest:latest", privateRegistryURL)
// tag the image and upload it to the private registry
dockerCmd(c, "tag", "busybox", repoName)
dockerCmd(c, "push", repoName)