zephyr/tests/crypto/rand32/testcase.yaml
Flavio Ceolin d337f3bab3 tests: tags: Add entropy and random tags
Add these new two tags to tests that exercise these features.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-01-28 09:37:51 -05:00

19 lines
571 B
YAML

tests:
crypto.rand32:
tags: crypto random security
min_ram: 16
crypto.rand32.random_sw_systimer:
extra_args: CONF_FILE=prj_sw_random_systimer.conf
tags: crypto random 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 entropy random security
min_ram: 16
crypto.rand32.random_ctr_drbg:
extra_args: CONF_FILE=prj_ctr_drbg.conf
filter: CONFIG_ENTROPY_HAS_DRIVER
tags: crypto entropy random security
min_ram: 16