zephyr/tests/drivers/entropy/api/testcase.yaml
TOKITA Hiroshi 7daa75f634 tests: entropy: api: add overlay for VirtIO Entropy device
Add `boards/qemu_x86_64.overlay` and some config modification
for testing `virtio,entropy` device.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2025-06-05 09:33:59 +02:00

35 lines
791 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
- EXTRA_CONF_FILE=./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
- EXTRA_CONF_FILE=./entropy_psa_crypto.conf
tags:
- driver
- entropy
- psa-crypto
drivers.entropy.virtio:
filter: CONFIG_ENTROPY_VIRTIO
extra_args:
- EXTRA_CONF_FILE=./virtio.conf
tags:
- driver
- entropy
- virtio