Home
last modified time | relevance | path

Searched hist:f5d196d03e5f3529be8b86d350e507390dbee22f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_dfu.pyf5d196d03e5f3529be8b86d350e507390dbee22f Fri Jan 22 19:30:14 UTC 2016 Stephen Warren <swarren@nvidia.com> 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>