Home
last modified time | relevance | path

Searched refs:Ztest (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/ztest/fail/
DREADME.rst3 Ztest framework failure tests
/Zephyr-latest/doc/project/
Ddocumentation.rst44 :ref:`Ztest framework <test-framework>`. Test documentation should only be done
46 called directly by the Ztest framework. Those tests are going to appear in test
/Zephyr-latest/doc/develop/test/
Dztest.rst6 The Zephyr Test Framework (Ztest) provides a simple testing framework intended
16 Using Ztest to create a test suite is as easy as calling the :c:macro:`ZTEST_SUITE`. The macro
115 accessible. This is because the fixture memory is owned and initialized by kernel space. The Ztest
149 Ztest will mark both as passed due to the expectation.
183 While the Ztest framework provides a default :c:func:`test_main` function, it's possible that some
244 on how Twister deals with Ztest application.
357 Ztest can be used for unit testing. This means that rather than including the
378 depends on, you have to provide function stubs in the test. Ztest provides
Dtwister.rst287 * **Ztest tests**:
289 a Ztest suite name, and a Ztest test name:
290 ``<Test Scenario identifier>.<Ztest suite name>.<Ztest test name>``
306 #. **Ztest** Test Case names have only Ztest components ``<Ztest suite name>.<Ztest test name>``.
/Zephyr-latest/doc/releases/
Drelease-notes-4.1.rst137 * Test Case names for Ztest now include Ztest suite name, so the resulting identifier has
141 * The ``--no-detailed-test-id`` command line option also shortens Ztest Test Case names excluding
Drelease-notes-3.4.rst31 - Transitioning to new Ztest API was completed and legacy Ztest was deprecated.
251 * Legacy Ztest API was deprecated. All new tests shall use the new Ztest API.
1446 * Migrated all tests to new Ztest API and deprecated legacy Ztest.
Drelease-notes-2.2.rst1217 * :github:`9506` - Ztest becomes unresponsive while running SMP tests
Drelease-notes-2.4.rst1719 * :github:`21848` - sanitycheck duplicate tests Testing/Ztest
Drelease-notes-2.5.rst1869 * :github:`21216` - Ztest "1cpu" cases don't retarget interrupts on x86_64
Drelease-notes-1.14.rst1401 * :github:`13949` - tests: Ztest problem - not booting properly
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig27 bool "Ztest with shell support"
227 Enable mocking support for Ztest. This allows the test to set
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py912 class Ztest(Test): class