You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Normalize the test output of various tools so that we can do actual/expected comparisons of each tests
Jenkins can use a generic logic to identify regressions, report test failures
Implementation idea:
build.sh will offload the parsing to a tool specific script like portparsetests.sh which will parse it into 3 fields (testcase, pass/fail, fail message) and store it into a csv or other standard file format (junit, tap)
build.sh will perform a comparison of the expected test results (manually created by the author)