Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-11 Thread Stephen Warren
On 01/11/2016 03:45 AM, Michal Simek wrote: Hi Stephen, On 8.1.2016 19:13, Stephen Warren wrote: On 01/05/2016 03:58 PM, Stephen Warren wrote: This tool aims to test U-Boot by executing U-Boot shell commands using the console interface. A single top-level script exists to execute or attach to

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-11 Thread Stephen Warren
On 01/11/2016 08:25 AM, Simon Glass wrote: Hi Stephen, On 8 January 2016 at 11:32, Michal Simek wrote: On 8.1.2016 19:13, Stephen Warren wrote: On 01/05/2016 03:58 PM, Stephen Warren wrote: This tool aims to test U-Boot by executing U-Boot shell commands using the console interface. A singl

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-11 Thread Simon Glass
Hi Stephen, On 8 January 2016 at 11:32, Michal Simek wrote: > > On 8.1.2016 19:13, Stephen Warren wrote: > > On 01/05/2016 03:58 PM, Stephen Warren wrote: > >> This tool aims to test U-Boot by executing U-Boot shell commands using > >> the > >> console interface. A single top-level script exists

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-11 Thread Simon Glass
On 5 January 2016 at 15:58, Stephen Warren wrote: > This tool aims to test U-Boot by executing U-Boot shell commands using the > console interface. A single top-level script exists to execute or attach > to the U-Boot console, run the entire script of tests against it, and > summarize the results.

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-11 Thread Michal Simek
Hi Stephen, On 8.1.2016 19:13, Stephen Warren wrote: > On 01/05/2016 03:58 PM, Stephen Warren wrote: >> This tool aims to test U-Boot by executing U-Boot shell commands using >> the >> console interface. A single top-level script exists to execute or attach >> to the U-Boot console, run the entire

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-08 Thread Michal Simek
On 8.1.2016 19:13, Stephen Warren wrote: > On 01/05/2016 03:58 PM, Stephen Warren wrote: >> This tool aims to test U-Boot by executing U-Boot shell commands using >> the >> console interface. A single top-level script exists to execute or attach >> to the U-Boot console, run the entire script of te

Re: [U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure

2016-01-08 Thread Stephen Warren
On 01/05/2016 03:58 PM, Stephen Warren wrote: This tool aims to test U-Boot by executing U-Boot shell commands using the console interface. A single top-level script exists to execute or attach to the U-Boot console, run the entire script of tests against it, and summarize the results. Advantages