Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-03 | test/py: Add a helper to send characters | Simon Glass | |
The existing run_command() method is not great for sending things other than U-Boot commands. Add a helper for sending arbitrary strings as well as control characters. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
2025-03-15 | test/py: Drop u_boot_ prefix on test files | Simon Glass | |
We know this is U-Boot so the prefix serves no purpose other than to make things longer and harder to read. Drop it and rename the files. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> # test_android / test_dfu |