zephyr/tests/ztest/base/testcase.yaml
Yuval Peress d813e9b39f ztest: Fix incorrect use of this as fixture
Update `this` to `fixture` to avoid C++ keyword error.

Fixes #46459

Signed-off-by: Yuval Peress <peress@google.com>
2022-06-16 16:13:18 -04:00

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