zephyr/tests/kernel/mem_protect/demand_paging/testcase.yaml
Daniel Leung c9c5221b96 tests: mem_protect/demand_paging: add config for qemu_x86_tiny
The test itself is highly sensitive to the size of the kernel
image. When the kernel gets larger, the number of pages used by
the backing store needs to shrink. So here this is.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-05-07 13:36:22 -04:00

11 lines
345 B
YAML

tests:
kernel.demand_paging:
tags: kernel mmu demand_paging ignore_faults
filter: CONFIG_DEMAND_PAGING
kernel.demand_paging.timing_funcs:
tags: kernel mmu demand_paging ignore_faults
platform_allow: qemu_x86_tiny
filter: CONFIG_DEMAND_PAGING
extra_configs:
- CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS=y