1common: 2 tags: 3 - crypto 4 - random 5 - security 6tests: 7 crypto.rng: 8 min_ram: 16 9 integration_platforms: 10 - qemu_x86 11 crypto.rng.random_sw_systimer: 12 extra_args: CONF_FILE=prj_sw_random_systimer.conf 13 integration_platforms: 14 - qemu_x86 15 crypto.rng.random_hw_xoshiro: 16 extra_args: CONF_FILE=prj_hw_random_xoshiro.conf 17 filter: CONFIG_ENTROPY_HAS_DRIVER 18 min_ram: 16 19 integration_platforms: 20 - native_sim 21 crypto.rng.random_ctr_drbg: 22 extra_args: CONF_FILE=prj_ctr_drbg.conf 23 filter: CONFIG_ENTROPY_HAS_DRIVER 24 min_ram: 16 25 integration_platforms: 26 - native_sim 27 drivers.rng.random_psa_crypto: 28 filter: CONFIG_BUILD_WITH_TFM 29 arch_exclude: posix 30 extra_args: 31 - DTC_OVERLAY_FILE=./entropy_psa_crypto.overlay 32 - CONF_FILE=prj_hw_random_psa_crypto.conf 33 tags: 34 - psa-crypto 35 integration_platforms: 36 - nrf5340dk/nrf5340/cpuapp/ns 37