Lines Matching full:test
6 select TEST
14 int "Test function thread stack size"
33 Enable shell to manage test execution and selection.
40 which a 1cpu type test may execute on a multicpu system. The default
43 value. Please be aware that increasing it for long-running test cases
47 bool "Abort on first failing test"
49 Stop and abort on first failing test. Do not continue with other
79 bool "Reset the board to test again if the test passed"
82 If the test passed reset the board so it is run again. This
90 do actions in your test case, this option often enabled when doing
91 error test case. Remember to add ignore_fault tag in yaml file when
98 do actions in your test case, this option often enabled when doing
99 error test case. Remember to add ignore_fault tag in yaml file when
124 This rule will call z_test_1cpu_start before each unit test and
125 ztest_1cpu_stop after each test.
141 that only code lines triggered by test itself are counted in the coverage report
142 and all the board initialization code and pre-test bootstrap is not counted.
149 This rule will shuffle the order of tests and test suites.
153 int "[DEPRECATED] Number of iterations the test suite will run"
156 This is used to execute a test suite N number of times.
160 int "[DEPRECATED] Number of iterations the test will run"
163 This is used to execute a test case N number of times.
171 This rule will repeat the tests and the test suites.
175 int "Number of iterations the test suite will run"
178 This rule will execute a test suite N number of times.
181 int "Number of iterations the test will run"
184 This rule will execute a test N number of times.
189 bool "Display test summary"
192 This option controls output of a test summary.
195 bool "Verbose test output"
198 This option controls whether test output is shown verbosely or
202 bool "Verbose test summary"
209 bool "Fail the test run when an assumption fails"
212 When enabled, the test binary will fail at the end if an assumption failed. This means
213 that while tests will still be marked as skipped on failed zassume calls, the final test
218 bool "When enabled logs are flushed after each test case"
227 Enable mocking support for Ztest. This allows the test to set
238 bool "Stress test framework"