tests: jwt: This test requires csprng
csprng is required to use JWT. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
0a555377ef
commit
f8a22b97f8
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,10 @@ CONFIG_ZTEST=y
|
|||
# CONFIG_ZTEST_STACKSIZE=2048
|
||||
CONFIG_ZTEST_STACKSIZE=8192
|
||||
|
||||
# Enable CSPRNG
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y
|
||||
|
||||
# Enable MBEDTLS
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_MBEDTLS_BUILTIN=y
|
||||
|
|
|
@ -6,5 +6,6 @@ tests:
|
|||
min_flash: 72
|
||||
timeout: 120
|
||||
tags: jwt
|
||||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- frdm_k64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue