File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -883,6 +883,9 @@ pytest_dut_scope: <function|class|module|package|session> (default function)
883
883
- test_file_2.py::test_A
884
884
- test_file_2.py::test_B[param_a]
885
885
886
+
887
+ .. _twister_console_harness :
888
+
886
889
Console
887
890
=======
888
891
@@ -972,6 +975,8 @@ record: <recording options> (optional)
972
975
}
973
976
]
974
977
978
+ .. _twister_robot_harness :
979
+
975
980
Robot
976
981
=====
977
982
@@ -984,8 +989,11 @@ robot_testsuite: <robot file path> (default empty)
984
989
robot_option: <robot option> (default empty)
985
990
One or more options to be send to robotframework.
986
991
992
+ .. _twister_power_harness :
993
+
987
994
Power
988
995
=====
996
+
989
997
The ``power `` harness is used to measure and validate the current consumption.
990
998
It integrates with 'pytest' to perform automated data collection and analysis using a hardware power monitor.
991
999
@@ -1022,6 +1030,8 @@ The harness executes the following steps:
1022
1030
- **expected_rms_values ** – Target RMS values for each identified execution phase (in milliamps).
1023
1031
- **tolerance_percentage ** – Allowed deviation percentage from the expected RMS values.
1024
1032
1033
+ .. _twister_bsim_harness :
1034
+
1025
1035
Bsim
1026
1036
====
1027
1037
@@ -1040,6 +1050,8 @@ bsim_exe_name: <string>
1040
1050
directory, will be ``bs_<platform_name>_<bsim_exe_name> `` instead of the
1041
1051
default based on the test path and scenario name.
1042
1052
1053
+ .. _twister_shell_harness :
1054
+
1043
1055
Shell
1044
1056
=====
1045
1057
You can’t perform that action at this time.
0 commit comments