On 29 March 2018 at 10:00, Zoran S <zoran.stojsavljevic.de@gmail.com> wrote:
Hello to everyone,

Suppose I am able to retrieve from the DUT my cyclictest results, in
the form of the table.

Am I able to plot these results directly from Lava?

What do you mean plot?
 

If yes, any examples in V2 test definitions how to do that?


You mean to create ASCII art in the test job logfile?

LAVA has support for creating Charts from Queries based on the results of test jobs but that has nothing to do with the test shell definitions or test job submissions, although adding metadata to the test job submission can help with making queries easier. The LAVA support is generic to all users, all test jobs, all results but can track trends in results over time.

https://staging.validation.linaro.org/static/docs/v2/lava-queries-charts.html

https://staging.validation.linaro.org/static/docs/v2/lava-queries-charts.html#lava-charts

https://staging.validation.linaro.org/results/chart

If instead you are thinking of creating something on the DUT and retrieving that, you will need to read up on https://staging.validation.linaro.org/static/docs/v2/publishing-artifacts.html#publishing-artifacts

The best way to offer results for comparison and to provide useful information to specific developer teams is to create a dedicated frontend (like kernelci.org) to show the results in customised formats for that specific team.

https://staging.validation.linaro.org/static/docs/v2/custom-result-handling.html

--