mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 02:37:31 +01:00
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 | ||