commit | 31a91a605a25f578b51a7bed2df8fde5c5f49ffc | [log] [tgz] |
---|---|---|
author | Joe Gordon <joe.gordon0@gmail.com> | Fri Nov 22 14:44:13 2013 -0800 |
committer | Joe Gordon <joe.gordon0@gmail.com> | Fri Nov 22 14:44:13 2013 -0800 |
tree | 11bc8c799c3562c126f0fe16485f25ecc65f5139 | |
parent | fd7bfb547eab7e11ac1b4e70162a73c003e011d8 [diff] |
Make sure ssh retries on paramiko.SSHException We are occasionally seeing paramiko raise a SSHException which is causing tempest to fail out, but on a constrained devstack environment its possible that there are network or other performance issues, so we want to keep retrying on an SSHException just like we retry on a paramiko.AuthenticationException. Attempt at Closes-Bug: #1253896 Change-Id: I4293f9a47a6d524ced0d09eb67a52c5ed1ad361e