zephyr/tests/crypto/rand32/testcase.yaml
Praful Swarnakar d55387e56f tests: crypto: rand32: move rand32 test out of kernel
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>
2018-03-23 07:29:18 -04:00

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