zephyr/tests/lib/heap/testcase.yaml
Alberto Escolar Piedras 1a3ba0ec82 tests/lib/*: Switch integration platform to native_sim
Swith integration_platforms from native_posix(_64)
to native_sim(_64).

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-30 09:42:25 -05:00

22 lines
725 B
YAML

# Excludes m2gl025_miv, which is based on the renode simulator. This
# is very slow for CPU-bound tests like this, taking upwards of 10
# minutes (vs. ~20 seconds for qemu) to complete in CI. There's
# little value there, this is a unit test of library code and we have
# coverage of the RISC-V architectures via qemu platforms already.
# Excludes qemu_xtensa due to pathological runtimes which cannot be
# reproduced on real hardware.
tests:
libraries.heap:
tags: heap
platform_exclude:
- m2gl025_miv
- qemu_xtensa
- esp32s2_saola
- esp32s2_lolin_mini
- esp32s3_devkitm
filter: not CONFIG_SOC_NSIM
timeout: 480
integration_platforms:
- native_sim
- qemu_x86