[U-Boot] [PATCH 6/8] test/py: add various utility code

2016-01-20 Thread Stephen Warren
From: Stephen Warren Add various common utility functions. These will be used by a forthcoming re-written UMS test, and a brand-new DFU test. Signed-off-by: Stephen Warren --- test/py/u_boot_console_base.py | 19 + test/py/u_boot_utils.py| 171 +

Re: [U-Boot] [PATCH 6/8] test/py: add various utility code

2016-01-21 Thread Simon Glass
Hi Stephen, On 20 January 2016 at 15:15, Stephen Warren wrote: > From: Stephen Warren > > Add various common utility functions. These will be used by a forthcoming > re-written UMS test, and a brand-new DFU test. > > Signed-off-by: Stephen Warren > --- > test/py/u_boot_console_base.py | 19 ++

Re: [U-Boot] [PATCH 6/8] test/py: add various utility code

2016-01-22 Thread Stephen Warren
On 01/21/2016 08:36 PM, Simon Glass wrote: Hi Stephen, On 20 January 2016 at 15:15, Stephen Warren wrote: From: Stephen Warren Add various common utility functions. These will be used by a forthcoming re-written UMS test, and a brand-new DFU test. Signed-off-by: Stephen Warren --- test/p

Re: [U-Boot] [PATCH 6/8] test/py: add various utility code

2016-01-22 Thread Stephen Warren
On 01/21/2016 08:36 PM, Simon Glass wrote: Hi Stephen, On 20 January 2016 at 15:15, Stephen Warren wrote: From: Stephen Warren Add various common utility functions. These will be used by a forthcoming re-written UMS test, and a brand-new DFU test. diff --git a/test/py/u_boot_utils.py b/te