1tests: 2 drivers.entropy: 3 filter: CONFIG_ENTROPY_HAS_DRIVER 4 tags: 5 - drivers 6 - entropy 7 drivers.entropy.bt_hci: 8 platform_allow: 9 - nrf52_bsim 10 - nrf5340bsim/nrf5340/cpunet 11 extra_args: 12 - DTC_OVERLAY_FILE=./entropy_bt_hci.overlay 13 - EXTRA_CONF_FILE=./entropy_bt_hci.conf 14 tags: 15 - driver 16 - entropy 17 - bluetooth 18 drivers.entropy.psa_crypto: 19 filter: CONFIG_BUILD_WITH_TFM 20 extra_args: 21 - DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay 22 - EXTRA_CONF_FILE=./entropy_psa_crypto.conf 23 tags: 24 - driver 25 - entropy 26 - psa-crypto 27 drivers.entropy.virtio: 28 filter: CONFIG_ENTROPY_VIRTIO 29 extra_args: 30 - EXTRA_CONF_FILE=./virtio.conf 31 tags: 32 - driver 33 - entropy 34 - virtio 35