Added
- Test results now return errors to the master if the run fails
- Left over resources after a cleanup will now be added to the cleanup file. This includes items that failed to delete
- Post cleanup now supports the insecure flag
- Post cleanup now supports multiple OpenStack API versions. The cleanup file will now include the versions for cinder, nova, and neutron
- A simple post processor for test results has been added. Run either `cloudpunch-post` or `cloudpunch/post.py`. Currently it only displays totals and averages of all instance results
Changed
- Overtime results for fio and iperf no longer give the raw results from the process. The overtime results now match what the summary results give back
- Reuse mode no longer overwrites the output file. Now, a number will be added to subsequent tests. For example: results.json, results-1.json, results-2.json.
- Post cleanup will now ignore missing resources
- Post cleanup will now update the cleanup file if it fails to delete resources