Andrey Kurilin e5af73a4d2 TEMPEST: refactor error handling while installation
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
2014-11-24 12:23:37 +02:00
..
2014-10-07 13:50:40 +00:00

Rally Style Commandments

Rally Specific Commandments

  • [N301] Ensure that assert_* methods from mock 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 of rally.openstack.common.log