Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-20 Thread Stephen Warren
On 09/19/2017 02:15 PM, Heinrich Schuchardt wrote: On 09/18/2017 11:28 PM, Stephen Warren wrote: On 09/18/2017 01:55 PM, Heinrich Schuchardt wrote: On 09/18/2017 08:27 PM, Stephen Warren wrote: On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python test

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-19 Thread Heinrich Schuchardt
On 09/18/2017 11:28 PM, Stephen Warren wrote: > On 09/18/2017 01:55 PM, Heinrich Schuchardt wrote: >> On 09/18/2017 08:27 PM, Stephen Warren wrote: >>> On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python tests on qemu are tediouus to find. >>> >>

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-19 Thread Stephen Warren
On 09/18/2017 03:37 PM, Heinrich Schuchardt wrote: On 09/18/2017 11:28 PM, Stephen Warren wrote: On 09/18/2017 01:55 PM, Heinrich Schuchardt wrote: On 09/18/2017 08:27 PM, Stephen Warren wrote: On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python test

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Heinrich Schuchardt
On 09/18/2017 11:28 PM, Stephen Warren wrote: > On 09/18/2017 01:55 PM, Heinrich Schuchardt wrote: >> On 09/18/2017 08:27 PM, Stephen Warren wrote: >>> On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python tests on qemu are tediouus to find. >>> >>

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Stephen Warren
On 09/18/2017 01:55 PM, Heinrich Schuchardt wrote: On 09/18/2017 08:27 PM, Stephen Warren wrote: On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python tests on qemu are tediouus to find. Nit: tedious Let's wrap the commit description to 72-74 characte

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Heinrich Schuchardt
On 09/18/2017 08:27 PM, Stephen Warren wrote: > On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: >> The necessary parameters for running Python tests on qemu are >> tediouus to find. > > Nit: tedious > > Let's wrap the commit description to 72-74 characters; it's rather > narrow right now. > >

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Stephen Warren
On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python tests on qemu are tediouus to find. Nit: tedious Let's wrap the commit description to 72-74 characters; it's rather narrow right now. The patch adds examples for u-boot-test-console and u-boot-t

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Heinrich Schuchardt
On 09/18/2017 07:33 PM, Stephen Warren wrote: > On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: >> The necessary parameters for running Python tests on qemu are >> tediouus to find. >> >> The patch adds examples for u-boot-test-console and >> u-boot-test-reset. > > This README doesn't contain e

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Tom Rini
On Mon, Sep 18, 2017 at 11:33:01AM -0600, Stephen Warren wrote: > On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: > >The necessary parameters for running Python tests on qemu are > >tediouus to find. > > > >The patch adds examples for u-boot-test-console and > >u-boot-test-reset. > > This READM

Re: [U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-18 Thread Stephen Warren
On 09/17/2017 01:32 PM, Heinrich Schuchardt wrote: The necessary parameters for running Python tests on qemu are tediouus to find. The patch adds examples for u-boot-test-console and u-boot-test-reset. This README doesn't contain examples for other cases. I'm not sure whether we should add th

[U-Boot] [PATCH 1/1] test/py: provide example scripts for integrating qemu

2017-09-17 Thread Heinrich Schuchardt
The necessary parameters for running Python tests on qemu are tediouus to find. The patch adds examples for u-boot-test-console and u-boot-test-reset. Signed-off-by: Heinrich Schuchardt --- test/py/README.md | 17 + 1 file changed, 17 insertions(+) diff --git a/test/py/README.m