Re: [tools v2] tester: Normalize JSON and YAML reports

2022-07-26 Thread Chris Johns
OK and thanks. Chris On 26/7/2022 10:10 pm, Sebastian Huber wrote: > Report the same data in JSON and YAML reports. Do not report redundant > information. > > Update 4671. > --- > v2: > > * Add 'report-version' attribute with a value of 1. > > * Add 'tester-version' attribute. > > * Use a li

Re: [tools v2] tester: Normalize JSON and YAML reports

2022-07-26 Thread Kinsey Moore
Looks good. The previous format was definitely tied too heavily to the RTEMS internal testsuite and this makes it easier to apply to other tests. Kinsey On 7/26/2022 07:10, Sebastian Huber wrote: Report the same data in JSON and YAML reports. Do not report redundant information. Update 4671

[tools v2] tester: Normalize JSON and YAML reports

2022-07-26 Thread Sebastian Huber
Report the same data in JSON and YAML reports. Do not report redundant information. Update 4671. --- v2: * Add 'report-version' attribute with a value of 1. * Add 'tester-version' attribute. * Use a list for both 'command-line' attributes. tester/rt/test.py | 193 ++--