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>
14 lines
343 B
YAML
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
|