Contents:
- Fix subunit-trace to enable stdout passthrough
- Adds the skip_because decorator which was migrated from tempest
- Fixes to rest_client
- Separates the forbid
- Cleans up the exception classes to make inheritance simpler
- Doc typo fixes
- Adds the RestClient class which was migrated from tempest
- Fix subunit-trace to handle when there isn’t a worker tag in the subunit stream
- Fix subunit-trace when running with python < 2.7
- subunit-trace bug fixes:
- Switch to using elapsed time for the summary view
- Addition of –failonly option from nova’s forked subunit-trace
- Fix the MRO ordering in the base test class
- Adds cli testing framework
- Adds subunit-trace