[U-Boot] [PATCH] test: add NFS download test

2016-09-14 Thread Guillaume GARDET
Add a NFS download test, based on TFTP test. Tested on i.MX6 SabreLite board. Signed-off-by: Guillaume GARDET Cc: Tom Rini Cc: Joe Hershberger Cc: Stephen Warren Cc: Simon Glass --- test/py/tests/test_net.py | 49 +++ 1 file changed, 49 insertion

Re: [U-Boot] [PATCH] test: add NFS download test

2016-09-14 Thread Stephen Warren
On 09/14/2016 02:29 AM, Guillaume GARDET wrote: Add a NFS download test, based on TFTP test. Tested on i.MX6 SabreLite board. Signed-off-by: Guillaume GARDET Cc: Tom Rini Nit: There shouldn't be a blank line between your s-o-b and any other tags. Reviewed-by: Stephen Warren __

Re: [U-Boot] [PATCH] test: add NFS download test

2016-09-23 Thread Joe Hershberger
On Wed, Sep 14, 2016 at 3:29 AM, Guillaume GARDET wrote: > Add a NFS download test, based on TFTP test. > Tested on i.MX6 SabreLite board. > > Signed-off-by: Guillaume GARDET > > Cc: Tom Rini > Cc: Joe Hershberger > Cc: Stephen Warren > Cc: Simon Glass Acked-by: Joe Hershberger I'll take t

Re: [U-Boot] [PATCH] test: add NFS download test

2016-10-07 Thread Guillaume Gardet
Le 23/09/2016 à 22:52, Joe Hershberger a écrit : On Wed, Sep 14, 2016 at 3:29 AM, Guillaume GARDET wrote: Add a NFS download test, based on TFTP test. Tested on i.MX6 SabreLite board. Signed-off-by: Guillaume GARDET Cc: Tom Rini Cc: Joe Hershberger Cc: Stephen Warren Cc: Simon Glass A