
On 01/21/2016 03:50 AM, Lukasz Majewski wrote:
Hi Stephen,
From: Stephen Warren swarren@nvidia.com
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.
...
Acked-by: Lukasz Majewski l.majewski@samsung.com
Great work Stephen, Thanks !
Thanks for the review. I'm glad you're OK with the patch, given it deletes your previous script.
I'll hold off on posting v2 (for the comment fix) for a few days in case there are other comments.