mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Notary delegation integration into docker
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
parent
6213cc9d04
commit
1c125f50cf
50 changed files with 1932 additions and 779 deletions
|
@ -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, "no trust data available", check.Commentf(out))
|
||||
c.Assert(string(out), checker.Contains, "trust data unavailable", check.Commentf(out))
|
||||
}
|
||||
|
||||
func (s *DockerTrustSuite) TestPullWhenCertExpired(c *check.C) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue