These samples & tests cannot be run in this architecture as it does not support userspace. Today they are filtered by kconfig, which works but spends time running cmake. As native_posix is a default test platform it is better to filter it alltogether by arch, which saves quite a lot of time. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
25 lines
534 B
YAML
25 lines
534 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
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|