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>
This commit is contained in:
Flavio Ceolin 2020-01-27 21:14:18 -08:00 committed by Anas Nashif
commit d337f3bab3
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ sample:
name: Sample for the entropy gathering driver
tests:
sample.drivers.entropy:
tags: crypto
tags: crypto entropy
filter: CONFIG_ENTROPY_HAS_DRIVER
harness: console
harness_config:

View file

@ -1,18 +1,18 @@
tests:
crypto.rand32:
tags: crypto security
tags: crypto random security
min_ram: 16
crypto.rand32.random_sw_systimer:
extra_args: CONF_FILE=prj_sw_random_systimer.conf
tags: crypto security
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 security
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 security
tags: crypto entropy random security
min_ram: 16

View file

@ -1,4 +1,4 @@
tests:
drivers.entropy:
filter: CONFIG_ENTROPY_HAS_DRIVER
tags: driver
tags: driver entropy