Re: [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command

2016-01-20 Thread Simon Glass
Hi Stephen, On 15 January 2016 at 11:24, Stephen Warren wrote: > On 01/06/2016 10:33 AM, Stephen Warren wrote: >> >> From: Stephen Warren >> >> Execute "sleep", and validate that it sleeps for approximately the correct >> amount of time. > > > FYI,

Re: [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command

2016-01-15 Thread Stephen Warren
On 01/06/2016 10:33 AM, Stephen Warren wrote: From: Stephen Warren Execute "sleep", and validate that it sleeps for approximately the correct amount of time. FYI, I've reposted the series that implements the test/py code, and bundled this patch 3/3 in this series into

Re: [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command

2016-01-11 Thread Simon Glass
On 6 January 2016 at 10:33, Stephen Warren wrote: > From: Stephen Warren > > Execute "sleep", and validate that it sleeps for approximately the correct > amount of time. > > Signed-off-by: Stephen Warren > --- > This patch depends

[U-Boot] [PATCH 3/3] test/py: add a test for the sleep command

2016-01-06 Thread Stephen Warren
From: Stephen Warren Execute "sleep", and validate that it sleeps for approximately the correct amount of time. Signed-off-by: Stephen Warren --- This patch depends on both the two previous patches, and on my unrelated series which adds the test/py code.