Skip to content

Commit

Permalink
chore(TestVectors): add DefaultCmm Tests (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila authored Nov 19, 2024
1 parent 0a53669 commit a287d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module {:options "/functionSyntax:4"} AllEsdkV4NoReqEc {

const AllPositiveKeyringTestsNoReqCmmNoKmsRsa
:= {}
+ AllDefaultCmm.SuccessTestingRequiredEncryptionContextKeysReproducedEncryptionContext
+ AllHierarchy.Tests
+ AllKms.Tests
+ AllKmsMrkAware.Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module {:options "/functionSyntax:4" } AllEsdkV4WithReqEc {
const AllPositiveReqEcTests := AllRequiredEncryptionContextCmm.SuccessTestingRequiredEncryptionContextKeysReproducedEncryptionContext

// These are only required encryption context vectors with static aes keyrings
const AllPositveReqEcEsdkTests :=
const AllPositiveReqEcEsdkTests :=
set
config <- AllPositiveReqEcTests,
algorithmSuite <-
Expand All @@ -55,5 +55,5 @@ module {:options "/functionSyntax:4" } AllEsdkV4WithReqEc {
)

const Tests :=
AllPositveReqEcEsdkTests
AllPositiveReqEcEsdkTests
}

0 comments on commit a287d45

Please sign in to comment.