Set integration_platforms on these samples to just mps2_an385. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
19 lines
464 B
YAML
19 lines
464 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:
|
|
# x86_64 excluded due to #29594 and #28105
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and not CONFIG_X86_64
|
|
platform_exclude: twr_ke18f
|