
Tempest installation doesn't contain enough information for debugging errors, which can be occured during installation. This patch adds: - logging failed command and its output to: `rally.verification.verifiers.tempest.tempest.check_output`; - handling TempestSetupFailure in validation tempest scenarios; - fix in hacking check for logging module. Change-Id: Ida723c6898cb6845459169f387ca36bf280fb644
Rally Style Commandments
- Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Rally Specific Commandments
- [N301] Ensure that
assert_*
methods frommock
library is used correctly - [N302] Sub-error of N301, related to nonexistent "assert_called"
- [N303] Sub-error of N301, related to nonexistent "assert_called_once"
- [N310] Ensure that
rally.log
is used instead ofrally.openstack.common.log