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:
parent
8c59af0807
commit
d337f3bab3
3 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
drivers.entropy:
|
||||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||
tags: driver
|
||||
tags: driver entropy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue