1tests:
2  kernel.memory_protection.sys_sem:
3    filter: CONFIG_ARCH_HAS_USERSPACE
4    arch_exclude:
5      - posix
6    tags:
7      - kernel
8      - userspace
9  kernel.memory_protection.sys_sem.nouser:
10    extra_configs:
11      - CONFIG_TEST_USERSPACE=n
12    tags: kernel
13