Some names of the test cases are duplicated within the project. This commit contains the proposed names of the test scenarios. Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
20 lines
519 B
YAML
20 lines
519 B
YAML
tests:
|
|
testing.ztest.base:
|
|
tags: test_framework
|
|
type: unit
|
|
testing.ztest.base.verbose_0:
|
|
extra_args: CONF_FILE=prj_verbose_0.conf
|
|
tags: test_framework
|
|
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
|