...
The Validation Scripts have historically produced a number of reports geared toward human consumption, but no report has existed that provided a full accounting of results in a machine readable format. A file named failures
was produced in the output directory, but it contained only a subset of information about the execution run. The following proposal is to create a new file ( report.json
) that contains a full account of all available information. It would be produced when the --report-format json
option is passed to the pytest
command, and would be suitable for consumption for tools such as VNFSDK or Dovetail as part of the certification program.
File Specification
File Header/Top Level
Anchor | ||||
---|---|---|---|---|
|
The top level will include a summary of available execution metadata.
...