Browse Source

samples: drivers: crypto: Add entry to sample.yaml for cc23x0

Enable DMA for the test.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
pull/91480/head
Julien Panis 4 weeks ago committed by Dan Kalowsky
parent
commit
2289fa1770
  1. 15
      samples/drivers/crypto/sample.yaml

15
samples/drivers/crypto/sample.yaml

@ -67,3 +67,18 @@ tests: @@ -67,3 +67,18 @@ tests:
- ".*: CBC mode DECRYPT - Match"
- ".*: CTR mode ENCRYPT - Match"
- ".*: CTR mode DECRYPT - Match"
sample.drivers.crypto.cc23x0_dma:
tags: crypto
filter: dt_compat_enabled("ti,cc23x0-aes") and dt_compat_enabled("ti,cc23x0-dma")
integration_platforms:
- lp_em_cc2340r5
harness: console
harness_config:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: ECB mode ENCRYPT - Match"
- ".*: CTR mode ENCRYPT - Match"
- ".*: CTR mode DECRYPT - Match"
extra_configs:
- CONFIG_CRYPTO_CC23X0_DMA=y

Loading…
Cancel
Save