zephyr/tests/ztest/base/testcase.yaml

32 lines
892 B
YAML

tests:
testing.ztest.base:
tags: test_framework
type: unit
testing.ztest.base.cpp:
extra_args: CONF_FILE=prj_cpp.conf
tags: test_framework
platform_allow: native_posix
testing.ztest.base.verbose_0:
extra_args: CONF_FILE=prj_verbose_0.conf
tags: test_framework
integration_platforms:
- native_posix
testing.ztest.base.verbose_0_userspace:
filter: CONFIG_USERSPACE
extra_args: CONF_FILE=prj_verbose_0.conf
tags: test_framework userspace
extra_configs:
- CONFIG_TEST_USERSPACE=y
integration_platforms:
- native_posix
testing.ztest.base.verbose_1:
extra_args: CONF_FILE=prj_verbose_1.conf
tags: test_framework
integration_platforms:
- native_posix
testing.ztest.base.verbose_2:
extra_args: CONF_FILE=prj_verbose_2.conf
tags: test_framework
integration_platforms:
- native_posix