zephyr/tests/crypto/mbedtls/testcase.yaml
Alberto Escolar Piedras 6568825174 tests/crypto/*: Switch from native_posix to native_sim
Enable these tests which run in native_posix in native_sim,
Switch from native_posix to native_sim as default test platform
For drivers.rand32.random_psa_crypto, filter the posix
arch to save some CI time, as TFM is not supported in this
architecture all together.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-27 16:06:42 +00:00

18 lines
342 B
YAML

common:
min_flash: 65
min_ram: 36
tags:
- crypto
- mbedtls
- userspace
timeout: 400
tests:
crypto.mbedtls:
platform_exclude: m2gl025_miv
extra_configs:
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
- arch:riscv64:CONFIG_ZTEST_STACK_SIZE=8192
integration_platforms:
- qemu_x86
- native_sim