u-boot/test/py/tests
Stephen Warren f5d196d03e test/py: add DFU test
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>
2016-01-28 21:01:23 -07:00
..
test_000_version.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00
test_dfu.py test/py: add DFU test 2016-01-28 21:01:23 -07:00
test_env.py test/py: move U-Boot respawn trigger to the test core 2016-01-28 21:01:22 -07:00
test_help.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00
test_hush_if_test.py test/py: test the shell if command 2016-01-20 19:06:23 -07:00
test_md.py test/py: test the md/mw commands 2016-01-20 19:06:23 -07:00
test_sandbox_exit.py test/py: move U-Boot respawn trigger to the test core 2016-01-28 21:01:22 -07:00
test_shell_basics.py test/py: add test of basic shell functionality 2016-01-20 19:06:23 -07:00
test_sleep.py test/py: move U-Boot respawn trigger to the test core 2016-01-28 21:01:22 -07:00
test_ums.py test/py: ums: add filesystem-based testing 2016-01-28 21:01:23 -07:00
test_unknown_cmd.py test/py: Implement pytest infrastructure 2016-01-20 19:06:23 -07:00