1common:
2  platform_exclude:
3    - qemu_arc/qemu_arc_em
4    # Too few MPU regions for USERSPACE testing
5    - numaker_m2l31ki
6  filter: CONFIG_ARCH_HAS_USERSPACE
7  arch_exclude:
8    - posix
9  tags:
10    - kernel
11    - security
12    - userspace
13  ignore_faults: true
14  timeout: 180
15tests:
16  kernel.memory_protection.syscalls.timeslicing:
17    extra_configs:
18      - CONFIG_TIMESLICING=y
19      - CONFIG_TIMESLICE_SIZE=20
20  kernel.memory_protection.syscalls.kyield:
21    extra_configs:
22      - CONFIG_TIMESLICING=y
23      - CONFIG_TIMESLICE_SIZE=0
24