Lines Matching refs:tests
7 U-Boot console, run the entire script of tests against it, and summarize the
73 The test script will attach to U-Boot, execute all valid tests for the board,
88 - All timeouts in tests are disabled, allowing U-Boot an arbitrary amount of
110 Some tests deliberately cause the sandbox process to exit, e.g. to test the
112 to attach the debugger to the new sandbox instance. If these tests are not
127 before running the tests. If using this option, make sure that any
144 - `-k` selects which tests to run. The default is to run all known tests. This
147 - `'ums'` runs only tests with "ums" in their name.
148 - ``ut_dm'` runs only tests with "ut_dm" in their name. Note that in this
151 - `'not reset'` runs everything except tests with "reset" in their name.
152 - `'ut or hush'` runs only tests with "ut" or "hush" in their name.
153 - `'not (ut or hush)'` runs everything except tests with "ut" or "hush" in
333 ## Writing tests
335 Please refer to the pytest documentation for details of writing pytest tests.