1common:
2  ignore_faults: true
3tests:
4  kernel.demand_paging.mem_map:
5    tags:
6      - kernel
7      - mmu
8      - demand_paging
9    platform_allow:
10      - qemu_cortex_a53
11      - qemu_cortex_a53/qemu_cortex_a53/smp
12      - qemu_x86_tiny
13  kernel.demand_paging.mem_map.timing_funcs:
14    tags:
15      - kernel
16      - mmu
17      - demand_paging
18    platform_allow: qemu_x86_tiny
19    extra_configs:
20      - CONFIG_DEMAND_PAGING_STATS_USING_TIMING_FUNCTIONS=y
21