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>
11 lines
345 B
YAML
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
|