zephyr/tests/ztest/base/testcase.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- Add integration_platforms to avoid excessive filtering
- Make sure integration platforms are actually part of the filter
- Fix some tags and test meta data

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-13 09:38:27 -04:00

31 lines
793 B
YAML

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