Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an exception during the report generation, as the call to log.start_section(...) is never executed: --- Exception: Bl

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/17/2016 04:01 PM, Stephen Warren wrote: On 10/17/2016 01:18 PM, Brüns, Stefan wrote: On Montag, 17. Oktober 2016 12:11:26 CEST Stephen Warren wrote: On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/17/2016 01:18 PM, Brüns, Stefan wrote: On Montag, 17. Oktober 2016 12:11:26 CEST Stephen Warren wrote: On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an excep

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Brüns , Stefan
On Montag, 17. Oktober 2016 12:11:26 CEST Stephen Warren wrote: > On 10/16/2016 12:17 PM, Stefan Brüns wrote: > > If the parameter set is empty, the pytest setup fails: > > --- > > > > call: > ['env__dfu_config'], function test_dfu at [...]test_dfu.py:107> > > > > --- > > > > This abort

Re: [U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-17 Thread Stephen Warren
On 10/16/2016 12:17 PM, Stefan Brüns wrote: If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an exception during the report generation, as the call to log.start_section(...) is never executed: --- Exception: Bl

[U-Boot] [PATCH] test/py: Fix exception, do not parametrize with empty set

2016-10-16 Thread Stefan Brüns
If the parameter set is empty, the pytest setup fails: --- call: --- This aborts pytest_runtest_makereport and later leads to an exception during the report generation, as the call to log.start_section(...) is never executed: --- Exception: Block nesting mismatch: "test_dfu[env__usb_d