Skip to content

Commit 2289fa1

Browse files
jpanisbldkalowsk
authored andcommitted
samples: drivers: crypto: Add entry to sample.yaml for cc23x0
Enable DMA for the test. Signed-off-by: Julien Panis <jpanis@baylibre.com>
1 parent 2d98ac0 commit 2289fa1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

samples/drivers/crypto/sample.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,18 @@ tests:
6767
- ".*: CBC mode DECRYPT - Match"
6868
- ".*: CTR mode ENCRYPT - Match"
6969
- ".*: CTR mode DECRYPT - Match"
70+
sample.drivers.crypto.cc23x0_dma:
71+
tags: crypto
72+
filter: dt_compat_enabled("ti,cc23x0-aes") and dt_compat_enabled("ti,cc23x0-dma")
73+
integration_platforms:
74+
- lp_em_cc2340r5
75+
harness: console
76+
harness_config:
77+
type: multi_line
78+
regex:
79+
- ".*: Cipher Sample"
80+
- ".*: ECB mode ENCRYPT - Match"
81+
- ".*: CTR mode ENCRYPT - Match"
82+
- ".*: CTR mode DECRYPT - Match"
83+
extra_configs:
84+
- CONFIG_CRYPTO_CC23X0_DMA=y

0 commit comments

Comments
 (0)