Lines Matching refs:suite
1 U-Boot pytest suite
22 The test suite is implemented using pytest. Interaction with the U-Boot console
24 need to implement various "hook" scripts that are called by the test suite at
27 In order to run the test suite at a minimum we require that both Python 3 and
68 The recommended way to run the test suite, in order to ensure reproducibility
84 To run the test suite on the sandbox port (U-Boot built as a native user-space
91 The `--bd` option tells the test suite which board type is being tested. This
92 lets the test suite know which features the board has, and hence exactly what
208 For this reason, the test suite does not attempt to directly interact with real
211 suite. This keeps the test suite simple and isolated from system variances
236 indefinitely, until killed. The test suite will run this script in parallel
253 Prior to running the test suite against a board, some arrangement must be made
256 suite calls this hook script for that purpose.
266 board's flash prior to running the test suite.
283 Whenever the test suite needs to reset the target board, this script is
404 Details specific to the U-Boot test suite are described below.