----- Original Message -----
> From: "Tejas Gadaria" <refond.g...@gmail.com>
> To: avocado-devel@redhat.com
> Sent: Friday, February 15, 2019 8:16:33 AM
> Subject: [Avocado-devel] Avocado test report with statistics
> 
> Hi,
> 
> I have just started using avocado.
> I am using HTML result plugin to get the report, it serves my purpose to
> some  extent.
> 

Hi Tejas,

Good to hear.

> As of now reports are notifying, what is the status of executed test,
> however I would like to display statistics of tests on the report with test
> status.
> 

What kind of statistics?  General test related statistics, or statistics 
specific to your tests?

> As of now my tests are mostly related to cpu.
> I'm able to push those numbers in debug log but not able figure out how can
> I pull that up in HTML report.
> 

The whiteboard is place intended for tests to store arbitrary data to be 
preserved on the test results.  It can be any type of textual or binary data.

But, that is now yet shown on the HTML report.  I believe it'd be very nice to 
have them shown on the HTML report, but that would require either guessing of 
the type of data stored, or that the user tells Avocado about it. 

> Any help would be greatly appreciated.
> 
> Thanks,
> Tejas
> 

This looks like a nice RFC, would you care to describe that in an issue on our 
GitHub page?  If you need guidance developing the feature, I would definitely 
like to help.

Thanks,
- Cleber.

Reply via email to