From e96c08f8ca026eefceb95d0fedfd933876fd3a68 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 abf85a21215deb..724b85184b1355 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"