[U-Boot] [PATCH 8/8] test/py: add DFU test

2016-01-20 Thread Stephen Warren
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 comm

Re: [U-Boot] [PATCH 8/8] test/py: add DFU test

2016-01-21 Thread Lukasz Majewski
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 fi

Re: [U-Boot] [PATCH 8/8] test/py: add DFU test

2016-01-21 Thread Stephen Warren
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

Re: [U-Boot] [PATCH 8/8] test/py: add DFU test

2016-01-21 Thread Simon Glass
On 21 January 2016 at 11:17, Stephen Warren wrote: > 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, >>>