Home
last modified time | relevance | path

Searched full:cases (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst18 of Instances and Cases after the conclusion of their Twister runs.
40 ``TestSuite``, also called Suite, is a grouping of Cases.
42 Such grouped Cases should have enough in common
112 ``NONE`` (A starting status for Cases and Suites) and
185 no Suite of a status indicated by the table column should contain any Cases of a status indicated
207 Suite has passed properly. It cannot contain any Cases with ``BLOCK``, ``ERROR``, or ``FAIL``
211 Whole suite was not run, but only built. It requires than all Cases within were not run.
212 As runnability is decided on a per-Suite basis, only ``NOTRUN`` is applicable for its Cases.
215 Whole Suite has been skipped at runtime. All Cases need to have ``SKIP`` status as well.
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dtest_sample.py24 ''' Test cases make use of fixture cmdopt to get the value of "--cmdopt" option
26 which holds the artifacts generated by ztest. The main work of test cases
33 print("run test cases in:")
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dtest_sample.py24 ''' Test cases make use of fixture cmdopt to get the value of "--cmdopt" option
26 which holds the artifacts generated by ztest. The main work of test cases
33 print("run test cases in:")
/Zephyr-latest/samples/subsys/debug/fuzz/
DKconfig5 int "OS interrupt via which to deliver fuzz cases"
8 In this sample, new fuzz cases are delivered to Zephyr
/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart.h9 * @brief UART cases header file
11 * Header file for UART cases
/Zephyr-latest/tests/drivers/uart/uart_basic_api/src/
Dtest_uart.h10 * @brief UART cases header file
12 * Header file for UART cases
/Zephyr-latest/tests/posix/common/src/
Dmutex_attr.c16 /* degenerate cases */ in ZTEST()
29 /* degenerate cases */ in ZTEST()
Dpthread_attr.c156 /* degenerate cases */ in ZTEST()
176 /* degenerate cases */ in ZTEST()
198 /* degenerate cases */ in ZTEST()
218 /* degenerate cases */ in ZTEST()
244 /* degenerate cases */ in ZTEST()
264 /* degenerate cases */ in ZTEST()
287 /* degenerate cases */ in ZTEST()
377 /* degenerate cases */ in ZTEST()
392 /* valid cases */ in ZTEST()
416 /* degenerate cases */ in ZTEST()
[all …]
/Zephyr-latest/tests/posix/threads_ext/src/
Dmain.c24 /* degenerate cases */ in ZTEST()
49 /* degenerate cases */ in ZTEST()
75 /* degenerate cases */ in ZTEST()
97 /* degenerate cases */ in ZTEST()
/Zephyr-latest/tests/lib/sys_util/src/
Dmain.c17 * @brief Test wait_for works as expected with typical use cases
42 * @brief Test NUM_VA_ARGS works as expected with typical use cases
57 * @brief Test NUM_VA_ARGS_LESS_1 works as expected with typical use cases
/Zephyr-latest/dts/bindings/adc/
Dgd,gd32-adc.yaml6 # gd32 adc irq have some special cases as below:
11 # To cover this cases, adc_gd32 driver use node-label 'adc0', 'adc1' and
/Zephyr-latest/tests/lib/devicetree/api/
DREADME1 Test cases for the devicetree.h API.
/Zephyr-latest/tests/lib/devicetree/devices/
DREADME1 Test cases for the device API devicetree data.
/Zephyr-latest/tests/lib/devicetree/api_ext/
DREADME1 Test cases for the devicetree.h extensions (GPIO, SPI, etc).
/Zephyr-latest/include/zephyr/drivers/uart/
Dserial_test.h22 * Use cases involving multiple writers virtual serial port must prevent
50 * Use cases involving multiple reads of the data must prevent
70 * Use cases involving multiple reads of the data must prevent
/Zephyr-latest/subsys/testsuite/
DKconfig106 a per-test basis and is not meant to be used outside test cases.
127 minimal mode for all test cases. For tests that need alternate
150 running all test cases with User Mode and HW Stack Protection features
162 for all test cases if the hardware supports it.
/Zephyr-latest/samples/net/openthread/
DREADME.rst5 These samples demonstrate various use cases for the Thread protocol and underlying IEEE 802.15.4.
/Zephyr-latest/samples/net/wifi/
DREADME.rst5 These samples demonstrate various Wi-Fi use cases for boards that support it.
/Zephyr-latest/tests/subsys/canbus/isotp/conformance/
Dtestcase.yaml2 # There are 4 different test cases that have to be considered:
16 # cases 1, 3
/Zephyr-latest/soc/xen/
DKconfig.defconfig13 # 32M should be enough for basic use-cases
/Zephyr-latest/samples/net/sockets/coap_server/
DREADME.rst35 These resources allow a good part of the ETSI test cases to be run
51 the ETSI test cases:
/Zephyr-latest/tests/subsys/logging/log_core_additional/src/
Dlog_test_user.c22 /* Interfaces tested in these cases have been tested in kernel space.
23 * Test cases in this file run in user space to improve test coverage
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_defaults.c38 * @brief Determines if the test suite should run based on test cases listed
59 * @brief Determines if the test case should run based on test cases listed
/Zephyr-latest/tests/net/all/
DREADME.txt10 * separate conflicting configuration options and create new test cases
/Zephyr-latest/tests/drivers/console/line_splitting/
Dline_splitting.robot6 *** Test Cases ***

12345678910>>...23