Home
last modified time | relevance | path

Searched full:statuses (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dstatuses.py6 Status classes to be used instead of str statuses.
40 # All statuses below this comment can be used for TestCase
44 # All statuses below this comment can be used for TestSuite
45 # All statuses below this comment can be used for TestInstance
49 # All statuses below this comment can be used for Harness
Dpackage.py10 from twisterlib.statuses import TwisterStatus
Dtwister_main.py22 from twisterlib.statuses import TwisterStatus
Drunner.py33 from twisterlib.statuses import TwisterStatus
134 # Incorrect statuses
189 "The following test case statuses should not appear in a proper execution",
1295 # Keep previous statuses and reasons
1522 # Statuses that should not appear.
1524 # but having those statuses in this part of processing is an error.
Dtestinstance.py35 from twisterlib.statuses import TwisterStatus
Dtestsuite.py18 from twisterlib.statuses import TwisterStatus
Dreports.py17 from twisterlib.statuses import TwisterStatus
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst17 In practice, most users will be interested in Statuses
56 Possible Twister Statuses
59 .. list-table:: Twister Statuses
111 There are two more Statuses that are internal to Twister.
115 Appearance of those non-terminal Statuses in one's report files indicates a problem with Twister.
199 ``ERROR`` or ``BLOCK`` status. As this takes precedence over all other Case statuses, all valid
200 terminal Case statuses can be within such a Suite.
204 all other Case statuses, given that the conditions for an ERROR status have not been met.
208 statuses, as those indicate a problem when running the Suite.
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_report.py22 from twisterlib.statuses import TwisterStatus
418 statuses = [TwisterStatus(testsuite.get('status')) for testsuite in testsuites]
419 filtered_status_count = statuses.count("filtered")
421 f'Expected {expected_filtered_count} filtered statuses, got {filtered_status_count}.'
Dtest_tooling.py18 from twisterlib.statuses import TwisterStatus
Dtest_footprint.py19 from twisterlib.statuses import TwisterStatus
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br_internal.h51 /* command statuses in response */
/Zephyr-latest/subsys/lorawan/
Dlw_priv.c83 * Direct mapping is not possible as statuses often indicate the domain from
/Zephyr-latest/boards/espressif/esp32s3_eye/doc/
Dindex.rst54 …ftware can configure GPIO3 to set different LED statuses (turned on/off, flashing) for different s…
/Zephyr-latest/drivers/adc/
Dadc_cc13xx_cc26xx.c249 /* get the statuses of ADC_DONE and ADC_IRQ events in order to clear them both */ in adc_cc13xx_cc26xx_isr()
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c351 /* submit GD requests now to align collected statuses */ in nrf_gpd_post_init()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt.h175 * IMG_MGMT_ID_UPLOAD statuses.
/Zephyr-latest/include/zephyr/bluetooth/
Ddirection.h40 /** Possible statuses of PDU that contained reported CTE. */
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_esp32.h184 * a shared interrupt is triggered; by checking the interrupt statuses first, the code can
/Zephyr-latest/scripts/ci/
Dtwister_report_analyzer.py54 help='add statuses of testsuites and testcases to the summary',
Dtest_plan.py40 from pylib.twister.twisterlib.statuses import TwisterStatus
/Zephyr-latest/scripts/tests/twister/
Dtest_testsuite.py20 from twisterlib.statuses import TwisterStatus
Dtest_testinstance.py20 from twisterlib.statuses import TwisterStatus
Dtest_harness.py32 from twisterlib.statuses import TwisterStatus
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst139 "Activity" statuses of the PHY.

12