This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
14d08ccbc3
zephyr
/
tests
/
ztest
/
summary
/
testcase.yaml
5 lines
82 B
YAML
Raw
Normal View
History
Unescape
Escape
ztest: add test summary after all suites finish running Add test summary after all test suites finish running. The summary can be one-line or verbose, which is configured with CONFIG_ZTEST_VERBOSE_SUMMARY. The one-line summary covers overall suite stats. The verbose summary covers each test function within the suite besides the one-line summary. The new ztest output ultimately go through the printk. If printk go through the logging subsystem, there may be log messages dropped. And if log_panic is invoked, log messages can be flushed in a mess. So several explicit log flush are used when printing summary to ensure no content is lost and content is in good shape. Some macros are shared between old and new ztests. Such as TC_START_PRINT and TC_END_PRINT. The are defined accordingly. Signed-off-by: Ming Shao <ming.shao@intel.com>
2022-07-23 16:04:43 +08:00
tests
:
testing.ztest.summary.shared_unit_test
:
tests: ztest: fix tags for testsuite and unify them Use test_framework as unified tag so we can filter tests in a consistent way. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-01 19:05:07 +08:00
tags
:
-
test_framework