From: Cláudio Maia <cl...@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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel