zephyr/tests/crypto/mbedtls/testcase.yaml
Anas Nashif 0064b6e8b6 tests: samples: cleanup test tags, add integration_platforms
Use integration platforms and sanitize tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

18 lines
344 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_posix