1common: 2 tags: 3 - test_framework 4tests: 5 testing.ztest.base: 6 type: unit 7 testing.ztest.base.cpp: 8 extra_args: CONF_FILE=prj_cpp.conf 9 platform_allow: 10 - native_sim 11 - native_sim/native/64 12 integration_platforms: 13 - native_sim 14 testing.ztest.base.verbose_0: 15 extra_args: CONF_FILE=prj_verbose_0.conf 16 integration_platforms: 17 - native_sim 18 testing.ztest.base.verbose_0_userspace: 19 filter: CONFIG_ARCH_HAS_USERSPACE 20 extra_args: CONF_FILE=prj_verbose_0.conf 21 tags: 22 - userspace 23 extra_configs: 24 - CONFIG_TEST_USERSPACE=y 25 integration_platforms: 26 - qemu_x86 27 testing.ztest.base.verbose_1: 28 extra_args: CONF_FILE=prj_verbose_1.conf 29 integration_platforms: 30 - native_sim 31 testing.ztest.base.verbose_2: 32 extra_args: CONF_FILE=prj_verbose_2.conf 33 integration_platforms: 34 - native_sim 35