#310 RFE: export results in machine readable format (JSON preferred)
Closed: fixed 6 months ago by frostyx. Opened 5 years ago by mvadkert.

User story: As a CI system I want to consume fedora review results and I do not want to parse text file.


f-r actually produces a xml file in the firehose format. Don't know if it contains what you need, though.

The idea is that there's a parseable alternative to the checkboxes that fedora-review prints to stdout. So for each checked item, there would be a pass/fail/etc in the json/xml. If the mentioned xml file already contains all these subresults (and also an overall results for the whole run), then everything's great. Does it contain this information?

Why don't you just run f-r and check the resulting xml file? This is a long time ago for me, I havn't really the details in my cache.

@kparal Try it?

the XML output file contains ... almost nothing of use.

Working on a machine-readable (preferably JSON output) of the review result is on my TO-DO list.

The PR#463 is merged and released. I am closing the issue.

Metadata Update from @frostyx:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 months ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #463 Merged a year ago