zephyr/samples/userspace/shared_mem/sample.yaml
Keith Packard 19c8956946 tests: Disable HW stack protection for some mpu tests
When active, z_libc_partition consumes an MPU region which leaves too
few for some MPU tests. Free up one by disabling HW stack protection.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-04-28 11:09:01 +09:00

20 lines
456 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
platform_exclude: twr_ke18f
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n