Merge "Make test_snapshot_pattern ssh error path work"

This commit is contained in:
Jenkins 2014-06-20 06:03:55 +00:00 committed by Gerrit Code Review
commit fbe49c1d55
1 changed files with 2 additions and 1 deletions

View File

@ -49,8 +49,9 @@ class TestSnapshotPattern(manager.OfficialClientTest):
try:
return self.get_remote_client(server_or_ip)
except Exception:
LOG.exception()
LOG.exception('Initializing SSH connection failed')
self._log_console_output()
raise
def _write_timestamp(self, server_or_ip):
ssh_client = self._ssh_to_server(server_or_ip)