commit | a39a82374304b6f8ef87a30efbb98f83e34f77d7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:50 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | 8758083f88c8d77b78dacdb0e88c376eaf9a01f8 | |
parent | 170eb3279e973a762fde0ea7d3dad903c1e55122 [diff] |
test/py: Add a helper to send characters 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>