Lines Matching full:external
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
23 "test-kernel-timer-behavior-external", with property "timeout-gpios" being the
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
48 to account for expected drift in the test and between the DUT and the external
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"
66 At its heart, the external testing is actually comparing two clocks: one on
67 the board under test and one at the external tool (Zephyr implementation of
70 they tend to drift. To be able to account for this drift, the external test
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,