From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Jan 2016 11:17:48 -0700 Subject: [U-Boot] [PATCH 8/8] test/py: add DFU test In-Reply-To: <20160121115000.3782cdb5@amdc2363> References: <1453328158-23818-1-git-send-email-swarren@wwwdotorg.org> <1453328158-23818-8-git-send-email-swarren@wwwdotorg.org> <20160121115000.3782cdb5@amdc2363> Message-ID: <56A120CC.8000203@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/21/2016 03:50 AM, Lukasz Majewski wrote: > Hi Stephen, > >> From: Stephen Warren >> >> 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 > > 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.