zephyr/tests/drivers/entropy/api/testcase.yaml
Neil Armstrong 7266f82141 test: drivers: entropy: add overlay for PSA Crypto Random entropy
This adds an overlay DT & config to enable the PSA Crypto Random entropy
driver to get random bytes from TFM.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2022-10-27 16:32:05 +02:00

13 lines
480 B
YAML

tests:
drivers.entropy:
filter: CONFIG_ENTROPY_HAS_DRIVER
tags: drivers entropy
drivers.entropy.bt_hci:
platform_allow: nrf52_bsim
extra_args: DTC_OVERLAY_FILE=./entropy_bt_hci.overlay OVERLAY_CONFIG=./entropy_bt_hci.conf
tags: driver entropy bluetooth
drivers.entropy.psa_crypto:
filter: CONFIG_BUILD_WITH_TFM
extra_args: DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay OVERLAY_CONFIG=./entropy_psa_crypto.conf
tags: driver entropy psa-crypto