zephyr/scripts/tests
Dmitrii Golovanov b69a8d1deb twister: ztest: short test case names on --no-detailed-test-id
Extend `--no-detailed-test-id` command line option: in addition to its
current behavior to exclude from a test Suite name its configuration path
prefix, also don't prefix each Ztest Case name with its Scenario name.

For example: 'kernel.common.timing' Scenario name, the same Suite name,
and 'sleep.usleep' test Case (where 'sleep' is its Ztest suite name
and 'usleep' is Ztest test name.

This way both TestSuite and TestCase names follow the same principle
having no parent object name prefix.

There is no information loss in Twister reports with this naming:
TestSuite is a container object for its TestCases, whereas TestSuite
has its configuration path as a property.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2024-12-16 08:35:34 +01:00
..
build scripts: tests: Add tests for subfolder_list.py 2020-07-20 17:31:53 -04:00
build_helpers .github: workflows: Workflow for build_helpers 2023-10-10 15:55:58 +03:00
twister twister: ztest: short test case names on --no-detailed-test-id 2024-12-16 08:35:34 +01:00
twister_blackbox twister: ztest: short test case names on --no-detailed-test-id 2024-12-16 08:35:34 +01:00