Re: [U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-30 Thread Stephen Warren
On 05/23/2014 06:51 PM, Simon Glass wrote: > Hi Lukasz, > > On 22 May 2014 00:43, Lukasz Majewski wrote: >> This commit adds test script for testing if any commit has introduced >> regression to the DFU. >> >> It uses md5 to test if sent and received file is correct. >> The test detailed descript

Re: [U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-30 Thread Lukasz Majewski
Hi Simon, > Hi, > > On 29 May 2014 09:58, Stephen Warren wrote: > > On 05/23/2014 06:51 PM, Simon Glass wrote: > >> Hi Lukasz, > >> > >> On 22 May 2014 00:43, Lukasz Majewski > >> wrote: > >>> This commit adds test script for testing if any commit has > >>> introduced regression to the DFU. > >

Re: [U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-30 Thread Simon Glass
Hi, On 29 May 2014 09:58, Stephen Warren wrote: > On 05/23/2014 06:51 PM, Simon Glass wrote: >> Hi Lukasz, >> >> On 22 May 2014 00:43, Lukasz Majewski wrote: >>> This commit adds test script for testing if any commit has introduced >>> regression to the DFU. >>> >>> It uses md5 to test if sent a

Re: [U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-25 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On 22 May 2014 00:43, Lukasz Majewski wrote: > > This commit adds test script for testing if any commit has > > introduced regression to the DFU. > > > > It uses md5 to test if sent and received file is correct. > > The test detailed description is available at DESCRIP

Re: [U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-23 Thread Simon Glass
Hi Lukasz, On 22 May 2014 00:43, Lukasz Majewski wrote: > This commit adds test script for testing if any commit has introduced > regression to the DFU. > > It uses md5 to test if sent and received file is correct. > The test detailed description is available at DESCRIPTION.TXT file. > > Signed-o

[U-Boot] [PATCH] test:dfu: Add test script for testing DFU regression

2014-05-22 Thread Lukasz Majewski
This commit adds test script for testing if any commit has introduced regression to the DFU. It uses md5 to test if sent and received file is correct. The test detailed description is available at DESCRIPTION.TXT file. Signed-off-by: Lukasz Majewski --- test/dfu/DESCRIPTION.TXT| 27 ++