Hide Forgot
For a proper integration, we'll need to publish the test results on the message bus. Three things are needed: * result status, i.e. good/bad/needs_inspection * testrun id * short message
Should this be done by rpm-test-trigger, or by rpmdeplint? Are the statuses set currently? Do we have them described somehow? What about PASS / FAIL / ERROR (infrastructure failure - please fix infrastructure and rerun) / SKIP (test is not applicable for some case, can be considered as PASS) / WAIVED (test failed, but was wived and so it can be considered as PASS with link to WaiverDB).
Dear Jan, should be done by rpm-test-trigger so it can be picked up by Errata Tool. There are currently no statuses defined. From my perspective, things like SKIP and WAIVED aren't applicable here, but rather applicable to waiver DB (correct me if I'm wrong Dan). So the three you came up with sound fine: PASS, FAIL, ERROR. Now thinking of it, didn't we already define them in rpm-test-trigger?