
This commit adds an --until-failure option to ostestr which basically calls through to --until-failure on testr. The key difference is because of open issues with testr you can't use --until-failure with subunit output enabled. This would break just a straight passthrough if either pretty output or subunit output are enabled. This works around this by manually reimplementing this functionality by generating a test list and looping over it and running the tests with the desired output forever until a failure is encountered. The tradeoff here is that to do this the test operations are serialized. As part of this to make the pretty output not overly verbose an option is added to subunit-trace to disable the summary view from being printed.
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
- TODO
Description