Notary delegation integration into docker

Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
Upstream-commit: 1c125f50cfce422b19a15e84c5a3940890fb2e23
Component: engine
This commit is contained in:
Riyaz Faizullabhoy
2015-12-18 18:47:35 -08:00
parent 6ac9b9caaf
commit b741751f8d
50 changed files with 1932 additions and 779 deletions

View File

@ -5805,7 +5805,7 @@ func (s *DockerTrustSuite) TestTrustedBuildUntrustedTag(c *check.C) {
c.Fatalf("Expected error on trusted build with untrusted tag: %s\n%s", err, out)
}
if !strings.Contains(out, fmt.Sprintf("no trust data available")) {
if !strings.Contains(out, fmt.Sprintf("trust data unavailable")) {
c.Fatalf("Unexpected output on trusted build with untrusted tag:\n%s", out)
}
}