This test validates random number generator APIs that is not related to kernel and should not be part of kernel tests. Signed-off-by: Praful Swarnakar <praful.swarnakar@intel.com>
14 lines
370 B
YAML
14 lines
370 B
YAML
tests:
|
|
crypto.rand32:
|
|
tags: crypto security
|
|
min_ram: 16
|
|
crypto.rand32.random_sw_systimer:
|
|
extra_args: CONF_FILE=prj_sw_random_systimer.conf
|
|
tags: crypto security
|
|
min_ram: 16
|
|
crypto.rand32.random_hw_xoroshiro:
|
|
extra_args: CONF_FILE=prj_hw_random_xoroshiro.conf
|
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
|
tags: crypto security
|
|
min_ram: 16
|