Lines Matching full:framework
1 .. _test-framework:
3 Test Framework
6 The Zephyr Test Framework (Ztest) provides a simple testing framework intended
10 The framework can be used in two ways, either as a generic framework for
116 framework provides the :c:macro:`ZTEST_DMEM` and :c:macro:`ZTEST_BMEM` macros for use of such
183 While the Ztest framework provides a default :c:func:`test_main` function, it's possible that some
418 Stress test framework
421 Zephyr stress test framework (Ztress) provides an environment for executing user
423 resilient to preemptions. The framework tracks the number of executions and preemptions
427 The framework is setting up the environment by creating the requested number of threads
430 a randomized amount of system ticks. The framework is tracking CPU load and adjusts sleeping