Skip to content

Commit

Permalink
fix: update test case name
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 12, 2024
1 parent a22f8d1 commit 40f93f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/suite/scenario/crl.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var _ = Describe("notation CRL revocation check", Serial, func() {
})
})

It("successfully completed with cache read error in debug log", func() {
It("successfully completed with cache get and set error in debug log", func() {
Host(CRLOptions(), func(notation *utils.ExecOpts, artifact *Artifact, vhost *utils.VirtualHost) {
notation.Exec("sign", artifact.ReferenceWithDigest()).
MatchKeyWords(SignSuccessfully)
Expand Down Expand Up @@ -225,6 +225,7 @@ var _ = Describe("notation CRL revocation check", Serial, func() {
MatchErrKeyWords(
VerifyFailed,
"failed to get crl bundle from file cache with key",
"failed to store crl bundle in file cache",
"/.cache/crl/eaf8bbfe35f6c2c8b136081de9a994f9515752b2e30b9a6889ae3128ea97656c: permission denied",
"OCSP check failed with unknown error and fallback to CRL check for certificate #2",
`"GET" "http://localhost:10086/intermediate.crl"`,
Expand Down

0 comments on commit 40f93f1

Please sign in to comment.