mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
f5d196d03e
Add a test of DFU functionality to the Python test suite. The test starts DFU in U-Boot, waits for USB device enumeration on the host, executes dfu-util multiple times to test various transfer sizes, many of which trigger USB driver edge cases, and finally aborts the DFU command in U-Boot. This test mirrors the functionality previously available via the shell scripts in test/dfu, and hence those are removed too. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Lukasz Majewski <l.majewski@samsung.com> Acked-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
test_000_version.py | ||
test_dfu.py | ||
test_env.py | ||
test_help.py | ||
test_hush_if_test.py | ||
test_md.py | ||
test_sandbox_exit.py | ||
test_shell_basics.py | ||
test_sleep.py | ||
test_ums.py | ||
test_unknown_cmd.py |