Re: [PATCH] test: make tests should use pytest -ra

2020-04-21 Thread Simon Glass
Hi Tom, On Tue, 21 Apr 2020 at 14:01, Tom Rini wrote: > > On Tue, Apr 21, 2020 at 12:13:08PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 21 Apr 2020 at 11:47, Tom Rini wrote: > > > > > > On Tue, Apr 21, 2020 at 11:36:32AM -0600, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > > O

Re: [PATCH] test: make tests should use pytest -ra

2020-04-21 Thread Tom Rini
On Tue, Apr 21, 2020 at 12:13:08PM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 21 Apr 2020 at 11:47, Tom Rini wrote: > > > > On Tue, Apr 21, 2020 at 11:36:32AM -0600, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Mon, 20 Apr 2020 at 13:03, Heinrich Schuchardt > > > wrote: > > > > > >

Re: [PATCH] test: make tests should use pytest -ra

2020-04-21 Thread Simon Glass
Hi Tom, On Tue, 21 Apr 2020 at 11:47, Tom Rini wrote: > > On Tue, Apr 21, 2020 at 11:36:32AM -0600, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 20 Apr 2020 at 13:03, Heinrich Schuchardt > > wrote: > > > > > > On 4/20/20 8:45 PM, Simon Glass wrote: > > > > Hi Heinrich, > > > > > > > > On

Re: [PATCH] test: make tests should use pytest -ra

2020-04-21 Thread Tom Rini
On Tue, Apr 21, 2020 at 11:36:32AM -0600, Simon Glass wrote: > Hi Heinrich, > > On Mon, 20 Apr 2020 at 13:03, Heinrich Schuchardt wrote: > > > > On 4/20/20 8:45 PM, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Mon, 20 Apr 2020 at 12:23, Heinrich Schuchardt > > > wrote: > > >> > > >> On

Re: [PATCH] test: make tests should use pytest -ra

2020-04-21 Thread Simon Glass
Hi Heinrich, On Mon, 20 Apr 2020 at 13:03, Heinrich Schuchardt wrote: > > On 4/20/20 8:45 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 20 Apr 2020 at 12:23, Heinrich Schuchardt > > wrote: > >> > >> On 4/20/20 1:38 AM, Simon Glass wrote: > >>> On Sat, 18 Apr 2020 at 06:09, Heinrich Sc

Re: [PATCH] test: make tests should use pytest -ra

2020-04-20 Thread Heinrich Schuchardt
On 4/20/20 8:45 PM, Simon Glass wrote: > Hi Heinrich, > > On Mon, 20 Apr 2020 at 12:23, Heinrich Schuchardt wrote: >> >> On 4/20/20 1:38 AM, Simon Glass wrote: >>> On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt >>> wrote: By passing -ra to pytest we get a summary indicating which te

Re: [PATCH] test: make tests should use pytest -ra

2020-04-20 Thread Heinrich Schuchardt
On 4/20/20 8:32 PM, Tom Rini wrote: > On Mon, Apr 20, 2020 at 08:23:08PM +0200, Heinrich Schuchardt wrote: >> On 4/20/20 1:38 AM, Simon Glass wrote: >>> On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt >>> wrote: By passing -ra to pytest we get a summary indicating which tests failed >

Re: [PATCH] test: make tests should use pytest -ra

2020-04-20 Thread Simon Glass
Hi Heinrich, On Mon, 20 Apr 2020 at 12:23, Heinrich Schuchardt wrote: > > On 4/20/20 1:38 AM, Simon Glass wrote: > > On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt > > wrote: > >> > >> By passing -ra to pytest we get a summary indicating which tests failed > >> and why tests were skipped. >

Re: [PATCH] test: make tests should use pytest -ra

2020-04-20 Thread Tom Rini
On Mon, Apr 20, 2020 at 08:23:08PM +0200, Heinrich Schuchardt wrote: > On 4/20/20 1:38 AM, Simon Glass wrote: > > On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt > > wrote: > >> > >> By passing -ra to pytest we get a summary indicating which tests failed > >> and why tests were skipped. > >> >

Re: [PATCH] test: make tests should use pytest -ra

2020-04-20 Thread Heinrich Schuchardt
On 4/20/20 1:38 AM, Simon Glass wrote: > On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt wrote: >> >> By passing -ra to pytest we get a summary indicating which tests failed >> and why tests were skipped. >> >> Here is an example output: >> >> short test summary info ===

Re: [PATCH] test: make tests should use pytest -ra

2020-04-19 Thread Simon Glass
On Sat, 18 Apr 2020 at 06:09, Heinrich Schuchardt wrote: > > By passing -ra to pytest we get a summary indicating which tests failed > and why tests were skipped. > > Here is an example output: > > short test summary info = > SKIPPED [1] test/py/tes

[PATCH] test: make tests should use pytest -ra

2020-04-18 Thread Heinrich Schuchardt
By passing -ra to pytest we get a summary indicating which tests failed and why tests were skipped. Here is an example output: short test summary info = SKIPPED [1] test/py/tests/test_efi_loader.py:81: No DHCP server available SKIPPED [1] test/py/t