Re: [PATCH v2] dts: improve statistics

2024-11-13 Thread Patrick Robb
Applied to next-dts, pardon me. :)

Re: [PATCH v2] dts: improve statistics

2024-11-13 Thread Patrick Robb
Applied with minor rewording of the commit message, thanks. On Wed, Nov 13, 2024 at 2:55 AM Patrick Robb wrote: > Thanks, I've reviewed this and tested it, and I think the results.json is > good. > > This is not a problem, but I am noting here that the 1 value which was > being tracked in the le

Re: [PATCH v2] dts: improve statistics

2024-11-12 Thread Patrick Robb
Thanks, I've reviewed this and tested it, and I think the results.json is good. This is not a problem, but I am noting here that the 1 value which was being tracked in the legacy DTS "test_results.json" which is not included here is device firmware version. Reviewed-by: Patrick Robb Tested-by: P

[PATCH v2] dts: improve statistics

2024-11-12 Thread Luca Vizzarro
From: Tomáš Ďurovec The previous version of statistics store only the last test run attribute and result. In this patch we are adding header for each test run and overall summary of test runs at the end. This is represented as textual summaries with basic information and json result with more det