From b73a8ee31707fca051fc4976512a976fa0c952ea Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Mon, 26 Feb 2024 18:02:12 +0100 Subject: [PATCH] samples: drivers: crypto: Check TinyCrypt ECB results This ensures that the ECB support does not get broken. Signed-off-by: Reto Schneider --- samples/drivers/crypto/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/drivers/crypto/sample.yaml b/samples/drivers/crypto/sample.yaml index abf85a21215deb5..724b85184b13559 100644 --- a/samples/drivers/crypto/sample.yaml +++ b/samples/drivers/crypto/sample.yaml @@ -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"