Lines Matching refs:suite
1 # U-Boot pytest suite
19 The test suite is implemented using pytest. Interaction with the U-Boot console
21 need to implement various "hook" scripts that are called by the test suite at
43 packages, or may provide versions that are too old to run the test suite. One
65 The `--bd` option tells the test suite which board type is being tested. This
66 lets the test suite know which features the board has, and hence exactly what
162 For this reason, the test suite does not attempt to directly interact with real
165 suite. This keeps the test suite simple and isolated from system variances
187 indefinitely, until killed. The test suite will run this script in parallel
202 Prior to running the test suite against a board, some arrangement must be made
205 suite calls this hook script for that purpose.
215 board's flash prior to running the test suite.
231 Whenever the test suite needs to reset the target board, this script is
336 Details specific to the U-Boot test suite are described below.