Lines Matching refs:tool
12 External tool testing
14 It's also possible to use an external tool, such as a logic analyzer, to
17 a Python module to interface with the external tool, which will provide the
22 To enable external tool testing on a board, it must provide the compatible
26 External tool interface
28 In order to get data from the external tool, the test expects a Python module,
35 the external tool helper module. It should return a tuple with a dictionary
49 tool.
51 One can check `pytest/saleae_logic2.py` file as a sample of external tool
56 For Twister execute the external tool testing, the fixture "gpio_timerout"
59 have parameters "tool", with the name of a loadable Python module and
60 "tool-options", a string with options passed to the Python module helper.
67 the board under test and one at the external tool (Zephyr implementation of
78 test cycle starts, so that the external tool can be set up.
82 The external tool interface may have its own dependencies. For instance,