zephyr/tests/drivers/entropy/api/testcase.yaml
Alberto Escolar Piedras f1f066ec7d test drivers.entropy.bt_hci: Allow on simulated nrf5340bsim_nrf5340_cpunet
The simulated nrf5340bsim_nrf5340_cpunet board can run this test
also just fine, so let's enable it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-09-29 18:56:33 +03:00

27 lines
619 B
YAML

tests:
drivers.entropy:
filter: CONFIG_ENTROPY_HAS_DRIVER
tags:
- drivers
- entropy
drivers.entropy.bt_hci:
platform_allow:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpunet
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