[PATCH 0/1] Add yaml format to the supported report formats

clrrm at isep.ipp.pt clrrm at isep.ipp.pt
Wed Dec 2 16:05:14 UTC 2020


From: Cláudio Maia <clrrm at isep.ipp.pt>

Two output formats were supported by RTEMS Tester: json and junit.
This patch adds yaml to the list of supported formats. 

The information being stored in the ouput file is the same as the one being
stored for the other formats, with the addition of adding a few more execution
details, such as the output of each test and the "debugger" output.

The feature can be used in the same manner as the other report formats, by 
using "--report-format=yaml --report-path=name-of-report".

The patch was tested using leon3 bsp and SIS.

Cláudio Maia (1):
  Add yaml format to the supported report formats

 tester/rt/test.py | 104 +++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 102 insertions(+), 2 deletions(-)

-- 
2.17.1



More information about the devel mailing list