zephyr/tests/kernel/mem_protect/mem_map/testcase.yaml
Enjia Mai 87f0b58efe tests: kernel: mem_protect: move the mem map test to new ztest API
Migrate the testsuite tests/kernel/mem_protect/mem_map to the new
ztest API.

Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-07-14 10:29:33 +02:00

24 lines
959 B
YAML

tests:
kernel.memory_protection.mem_map:
tags: kernel mmu ignore_faults
filter: CONFIG_MMU and not CONFIG_X86_64
extra_sections: _TRANSPLANTED_FUNC
platform_exclude: qemu_x86_64
kernel.memory_protection.mem_map.x86_64:
tags: kernel mmu ignore_faults
filter: CONFIG_MMU and CONFIG_X86_64 and not CONFIG_COVERAGE
extra_sections: _TRANSPLANTED_FUNC
platform_allow: qemu_x86_64
kernel.memory_protection.mem_map.x86_64.coverage:
tags: kernel mmu ignore_faults
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE
extra_sections: _TRANSPLANTED_FUNC
extra_args: EXTRA_CFLAGS=-DSKIP_EXECUTE_TESTS
platform_allow: qemu_x86_64
kernel.memory_protection.mem_map.x86_64.coverage.exec:
tags: kernel mmu ignore_faults
filter: CONFIG_MMU and CONFIG_X86_64 and CONFIG_COVERAGE
extra_sections: _TRANSPLANTED_FUNC
extra_args: CONF_FILE=prj_x86_64_coverage_exec.conf
platform_allow: qemu_x86_64