Skip to content

Commit

Permalink
samples: drivers: crypto: Check TinyCrypt ECB results
Browse files Browse the repository at this point in the history
This ensures that the ECB support does not get broken.

Signed-off-by: Reto Schneider <[email protected]>
  • Loading branch information
rettichschnidi committed Feb 26, 2024
1 parent 0f1cb87 commit f740547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/drivers/crypto/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ tests:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: ECB mode ENCRYPT - Match"
- ".*: ECB mode DECRYPT - Match"
- ".*: CBC mode ENCRYPT - Match"
- ".*: CBC mode DECRYPT - Match"
- ".*: CTR mode ENCRYPT - Match"
Expand Down

0 comments on commit f740547

Please sign in to comment.