zephyr/samples/userspace/shared_mem/sample.yaml
Manuel Argüelles 0b32004c09 tests: userspace: exclude ucans32k1sic due to lack of MPU regions
This board have an NXP MPU with 8 configurable regions, of which five
of them are already used by the static MPU configuration. Many of
these tests are failing due to lack of MPU regions or free partition
slots available, even when HW stack protection is disabled when
building with userspace support.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-12-05 16:20:10 -06:00

26 lines
555 B
YAML

sample:
description: userspace memory domain protection
example application
name: protected memory
common:
integration_platforms:
- mps2_an385
tags: userspace
harness: console
harness_config:
type: one_line
regex:
- "MSG"
tests:
sample.kernel.memory_protection.shared_mem:
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude:
- posix
platform_exclude:
- twr_ke18f
- cy8cproto_062_4343w
- cy8cproto_063_ble
- ucans32k1sic
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n