zephyr/tests/drivers/entropy/api/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

25 lines
576 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