zephyr/tests/ztest/base/testcase.yaml
Katarzyna Giadla 681e3a16c7 tests: Change duplicated names of the test cases
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>
2022-03-30 17:42:01 -04:00

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