zephyr/tests/kernel/common/testcase.yaml
Praful Swarnakar 7f28edcaeb tests/kernel/common: Random32 test update for entropy subsystem
Modified the testcase for comparing the successive random
numbers generated by sys_rand32_get(). Also, added new configs
for verifying different sources of random number generation.

Signed-off-by: Praful Swarnakar <praful.swarnakar@intel.com>
2018-03-16 06:02:11 -07:00

14 lines
343 B
YAML

tests:
kernel.common:
tags: kernel
min_ram: 16
kernel.common.random_sw_systimer:
extra_args: CONF_FILE=prj_sw_random_systimer.conf
tags: kernel
min_ram: 16
kernel.common.random_hw_xoroshiro:
extra_args: CONF_FILE=prj_hw_random_xoroshiro.conf
filter: CONFIG_ENTROPY_HAS_DRIVER
tags: kernel
min_ram: 16