Lines Matching full:py
62 ./test/py/test.py --bd sandbox --build
96 ./test/py/test.py --bd sandbox --gdbserver localhost:1234
140 details. Execute `py.test --version` for a brief summary. Note that U-Boot's
141 test.py script passes all command-line arguments directly to `pytest` for
178 - `UBOOT_TEST_PY_DIR` the full path to `test/py/` in the source directory.
311 any required environment configuration Python modules into $HOME/ubtest/py,
318 PYTHONPATH=${HOME}/ubtest/py:${PYTHONPATH} \
319 ./test/py/test.py --bd seaboard
329 PYTHONPATH=${HOME}/ubtest/py:${PYTHONPATH} \
330 ./test/py/test.py --bd seaboard --build
347 board resets). See the source of `u_boot_console_base.py` for a complete list of
350 strings. See `test_unknown_cmd.py` for an example.