We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d98ac0 commit 2289fa1Copy full SHA for 2289fa1
samples/drivers/crypto/sample.yaml
@@ -67,3 +67,18 @@ tests:
67
- ".*: CBC mode DECRYPT - Match"
68
- ".*: CTR mode ENCRYPT - Match"
69
- ".*: 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