@@ -1114,10 +1114,12 @@ func (s *CopySuite) TestCopyVerifyingMirroredSignatures(c *check.C) {
1114
1114
// Create a signature for mirroring-primary:primary-signed without pushing there. This should be easier than using standalone-sign.
1115
1115
signingDir := filepath .Join (topDir , "signing-temp" )
1116
1116
assertSkopeoSucceeds (c , "" , "copy" , "--src-tls-verify=false" , regPrefix + "primary:unsigned" , "dir:" + signingDir )
1117
- c .Logf ("%s" , combinedOutputOfCommand (c , "ls" , "-laR" , signingDir ))
1117
+ // Unknown error in Travis: https://github.com/containers/skopeo/issues/1093
1118
+ // c.Logf("%s", combinedOutputOfCommand(c, "ls", "-laR", signingDir))
1118
1119
assertSkopeoSucceeds (c , "^$" , "standalone-sign" , "-o" , filepath .Join (signingDir , "signature-1" ),
1119
1120
filepath .
Join (
signingDir ,
"manifest.json" ),
"localhost:5006/myns/mirroring-primary:primary-signed" ,
"[email protected] " )
1120
- c .Logf ("%s" , combinedOutputOfCommand (c , "ls" , "-laR" , signingDir ))
1121
+ // Unknown error in Travis: https://github.com/containers/skopeo/issues/1093
1122
+ // c.Logf("%s", combinedOutputOfCommand(c, "ls", "-laR", signingDir))
1121
1123
assertSkopeoSucceeds (c , "" , "--registries.d" , registriesDir , "copy" , "--dest-tls-verify=false" , "dir:" + signingDir , regPrefix + "mirror:primary-signed" )
1122
1124
// Verify that a correctly signed image for the primary is accessible using the primary's reference
1123
1125
assertSkopeoSucceeds (c , "" , "--policy" , policy , "--registries.d" , registriesDir , "--registries-conf" , "fixtures/registries.conf" , "copy" , "--src-tls-verify=false" , regPrefix + "primary:primary-signed" , dirDest )
0 commit comments