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

2016-01-14 Thread Simon Glass
Hi Heiko, On 16 December 2015 at 22:45, Heiko Schocher wrote: > Hello Stephen, > > > Am 16.12.2015 um 17:27 schrieb Stephen Warren: >> >> On 12/16/2015 08:11 AM, Michal Simek wrote: >>> >>> On 9.12.2015 17:32, Stephen Warren wrote: On 12/02/2015 03:18 PM, Stephen Warren

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

2016-01-04 Thread Stephen Warren
On 12/19/2015 03:24 PM, Simon Glass wrote: Hi Stephen, On 2 December 2015 at 15:18, 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

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

2016-01-04 Thread Stephen Warren
On 01/04/2016 05:41 AM, Michal Simek wrote: On 18.12.2015 19:33, Stephen Warren wrote: On 12/18/2015 07:50 AM, Michal Simek wrote: Hi Stephen, Finally, the example scripts support two boards; my home/laptop dev setup that uses a Numato relay board to

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

2016-01-04 Thread Michal Simek
On 18.12.2015 23:36, Stephen Warren wrote: > On 12/18/2015 11:33 AM, Stephen Warren wrote: >> On 12/18/2015 07:50 AM, Michal Simek wrote: > ... >>> - I see that output log doesn't handle tabs correctly - output from i2c >>> bus for example. >> >> OK. I can easily make the logging code replace a

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

2016-01-04 Thread Stephen Warren
On 12/19/2015 03:24 PM, Simon Glass wrote: Hi Stephen, On 2 December 2015 at 15:18, 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

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

2016-01-04 Thread Michal Simek
On 18.12.2015 19:33, Stephen Warren wrote: > On 12/18/2015 07:50 AM, Michal Simek wrote: >> Hi Stephen, >> Finally, the example scripts support two boards; my home/laptop dev setup that uses a Numato relay board to control the signals

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

2015-12-19 Thread Simon Glass
Hi Stephen, On 2 December 2015 at 15:18, 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

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

2015-12-18 Thread Michal Simek
Hi Stephen, >> Finally, the example scripts support two boards; my >> home/laptop dev >> setup that uses a Numato relay board to control the signals >> to the >> board I use there, and my work desktop dev setup that >> uses our >>

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

2015-12-18 Thread Stephen Warren
On 12/18/2015 07:50 AM, Michal Simek wrote: Hi Stephen, Finally, the example scripts support two boards; my home/laptop dev setup that uses a Numato relay board to control the signals to the board I use there, and my work desktop dev

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

2015-12-18 Thread Stephen Warren
On 12/18/2015 11:33 AM, Stephen Warren wrote: On 12/18/2015 07:50 AM, Michal Simek wrote: ... - I see that output log doesn't handle tabs correctly - output from i2c bus for example. OK. I can easily make the logging code replace a TAB with something else, e.g. a chain of , although it will

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

2015-12-16 Thread Michal Simek
2015-12-16 19:09 GMT+01:00 Stephen Warren : > On 12/16/2015 10:43 AM, Michal Simek wrote: > >> Hi Stephen, >> >> 2015-12-16 17:27 GMT+01:00 Stephen Warren > >: >> >> >> On 12/16/2015 08:11 AM, Michal Simek wrote: >>

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

2015-12-16 Thread Stephen Warren
On 12/16/2015 11:32 AM, Michal Simek wrote: 2015-12-16 19:09 GMT+01:00 Stephen Warren >: On 12/16/2015 10:43 AM, Michal Simek wrote: Hi Stephen, 2015-12-16 17:27 GMT+01:00 Stephen Warren

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

2015-12-16 Thread Michal Simek
Hi Stephen, 2015-12-16 17:27 GMT+01:00 Stephen Warren : > On 12/16/2015 08:11 AM, Michal Simek wrote: > >> On 9.12.2015 17:32, Stephen Warren wrote: >> >>> On 12/02/2015 03:18 PM, Stephen Warren wrote: >>> This tool aims to test U-Boot by executing U-Boot shell

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

2015-12-16 Thread Stephen Warren
On 12/16/2015 10:43 AM, Michal Simek wrote: Hi Stephen, 2015-12-16 17:27 GMT+01:00 Stephen Warren >: On 12/16/2015 08:11 AM, Michal Simek wrote: On 9.12.2015 17:32, Stephen Warren wrote: On 12/02/2015 03:18 PM,

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

2015-12-16 Thread Heiko Schocher
Hello Stephen, Am 16.12.2015 um 17:27 schrieb Stephen Warren: On 12/16/2015 08:11 AM, Michal Simek wrote: On 9.12.2015 17:32, Stephen Warren wrote: On 12/02/2015 03:18 PM, Stephen Warren wrote: This tool aims to test U-Boot by executing U-Boot shell commands using the console interface. A

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

2015-12-16 Thread Michal Simek
On 9.12.2015 17:32, Stephen Warren wrote: > On 12/02/2015 03:18 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

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

2015-12-16 Thread Stephen Warren
On 12/16/2015 08:11 AM, Michal Simek wrote: On 9.12.2015 17:32, Stephen Warren wrote: On 12/02/2015 03:18 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

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

2015-12-09 Thread Stephen Warren
On 12/02/2015 03:18 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.

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

2015-12-07 Thread Stephen Warren
On 12/02/2015 11:47 PM, Heiko Schocher wrote: Hello Stephen, Am 02.12.2015 um 23:18 schrieb Stephen Warren: 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 V2 1/7] test/py: Implement pytest infrastructure

2015-12-07 Thread Heiko Schocher
Hello Stephen, Am 07.12.2015 um 22:51 schrieb Stephen Warren: On 12/02/2015 11:47 PM, Heiko Schocher wrote: Hello Stephen, Am 02.12.2015 um 23:18 schrieb Stephen Warren: This tool aims to test U-Boot by executing U-Boot shell commands using the console interface. A single top-level script

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

2015-12-02 Thread Stephen Warren
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 of this approach are: - Testing is performed

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

2015-12-02 Thread Heiko Schocher
Hello Stephen, Am 02.12.2015 um 23:18 schrieb Stephen Warren: 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