zephyr/tests/kernel/mem_protect/demand_paging/testcase.yaml
Anas Nashif c5d798173c tests: improve filtering and use integration_platforms
Use integration platforms to limit scope in CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-05-24 07:50:50 -04:00

21 lines
476 B
YAML

common:
ignore_faults: true
tests:
kernel.demand_paging:
tags:
- kernel
- mmu
- demand_paging
platform_allow: qemu_x86_tiny
extra_configs:
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
kernel.demand_paging.timing_funcs:
tags:
- kernel
- mmu
- demand_paging
platform_allow: qemu_x86_tiny
extra_configs:
- CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS=y
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0