diff --git a/doc/develop/test/twister.rst b/doc/develop/test/twister.rst index 701f40fb399..b8a81eb0ffb 100644 --- a/doc/develop/test/twister.rst +++ b/doc/develop/test/twister.rst @@ -883,6 +883,9 @@ pytest_dut_scope: (default function) - test_file_2.py::test_A - test_file_2.py::test_B[param_a] + +.. _twister_console_harness: + Console ======= @@ -972,6 +975,8 @@ record: (optional) } ] +.. _twister_robot_harness: + Robot ===== @@ -984,8 +989,11 @@ robot_testsuite: (default empty) robot_option: (default empty) One or more options to be send to robotframework. +.. _twister_power_harness: + Power ===== + The ``power`` harness is used to measure and validate the current consumption. It integrates with 'pytest' to perform automated data collection and analysis using a hardware power monitor. @@ -1022,6 +1030,8 @@ The harness executes the following steps: - **expected_rms_values** – Target RMS values for each identified execution phase (in milliamps). - **tolerance_percentage** – Allowed deviation percentage from the expected RMS values. +.. _twister_bsim_harness: + Bsim ==== @@ -1040,6 +1050,8 @@ bsim_exe_name: directory, will be ``bs__`` instead of the default based on the test path and scenario name. +.. _twister_shell_harness: + Shell =====