
Currently tests are sorted alphabetically by test class name regardless of the pass/fail status. When troubleshooting failed unit tests in jenkins jobs with many unit tests (> 11242 in nova), one must scroll potentially a lot or wait as the page loads to search for the word 'fail' to get to the details of the failed test. This sorts failed (and error) tests at the top of the HTML page for easier troubleshooting (sorted failed tests + sorted passed tests). Change-Id: I0b575e77c4a3e1cc73e60ea48ca5b9bf2e84d76f
os-testr
A testr wrapper to provide functionality for OpenStack projects.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/os-testr
- Source: http://git.openstack.org/cgit/openstack/os-testr
- Bugs: http://bugs.launchpad.net/os-testr
Features
ostestr
: a testr wrapper that uses subunit-trace for output and builds some helpful extra functionality around testrsubunit-trace
: an output filter for a subunit stream which provides useful information about the runsubunit2html
: generates a test results html page from a subunit stream
Description