mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 13:21:56 +00:00
Remove redundant 'sample' tag and add something that matches the functionality and features being tested, demonstrated. Avoid short abbriviations and using full names for fs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
326 B
YAML
16 lines
326 B
YAML
sample:
|
|
description: userspace memory domain protection
|
|
example application
|
|
name: protected memory
|
|
platforms: all
|
|
common:
|
|
tags: userspace
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "MSG"
|
|
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|