Merge "Fix typo in scenario manager"

This commit is contained in:
Jenkins 2015-05-01 17:28:52 +00:00 committed by Gerrit Code Review
commit 3b0ef1f2ef

View File

@ -310,7 +310,7 @@ class ScenarioTest(tempest.test.BaseTestCase):
linux_client.validate_authentication() linux_client.validate_authentication()
except Exception: except Exception:
LOG.exception('Initializing SSH connection to %s failed' % ip) LOG.exception('Initializing SSH connection to %s failed' % ip)
# If we don't explicitely set for which servers we want to # If we don't explicitly set for which servers we want to
# log the console output then all the servers will be logged. # log the console output then all the servers will be logged.
# See the definition of _log_console_output() # See the definition of _log_console_output()
self._log_console_output(log_console_of_servers) self._log_console_output(log_console_of_servers)