update tests and error messages, revendor notary with tag
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com> Upstream-commit: 1c32a66877f2ddc3f1cce66d78c69e032d6cf795 Component: engine
This commit is contained in:
@ -58,7 +58,7 @@ func (s *DockerTrustSuite) TestUntrustedPull(c *check.C) {
|
||||
out, _, err := runCommandWithOutput(pullCmd)
|
||||
|
||||
c.Assert(err, check.NotNil, check.Commentf(out))
|
||||
c.Assert(string(out), checker.Contains, "trust data unavailable", check.Commentf(out))
|
||||
c.Assert(string(out), checker.Contains, "Error: remote trust data repository not initialized", check.Commentf(out))
|
||||
}
|
||||
|
||||
func (s *DockerTrustSuite) TestPullWhenCertExpired(c *check.C) {
|
||||
|
||||
Reference in New Issue
Block a user