commit | 73e1540d5cdc426b76018f4b954d3637c082c317 | [log] [tgz] |
---|---|---|
author | Dr. Jens Harbott <j.harbott@x-ion.de> | Fri Jan 03 12:06:12 2020 +0000 |
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Mon Jan 06 16:05:57 2020 +0000 |
tree | 327f531e303d06a129b1631f2e99d5a6003aa4e5 | |
parent | 858fa49a6ff3525e4858cc85bda27d424caf66fe [diff] |
Stop re-using client connections The re-use of client connections in common/ssh.py depended on a bug in tempest that causes leaked connections, see #1853264. Since that bug in tempest was fixed, we now need to create a fresh connection every time we need one. Closes-Bug: #1858260 Related-Bug: #1853264 Co-Authored-By: Rodolfo Alonso Hernandez <ralonsoh@redhat.com> Change-Id: I128340f14e7e9570b23721686504e12458e85773