commit | 8fe53924e487dcccaa7f52f2b5515d75ca828869 | [log] [tgz] |
---|---|---|
author | Jay Pipes <jaypipes@gmail.com> | Tue Jan 14 20:08:16 2014 -0500 |
committer | Jay Pipes <jaypipes@gmail.com> | Thu Jan 16 17:18:34 2014 -0500 |
tree | 4c227f78c3e1b4e27aaac64e0b299a2d46926f4e | |
parent | aa419c97866f50fd498690db6a19d396087038de [diff] |
Add unit tests for SSH client functionality Part of a push to add unit tests to Tempest for its internal code. This patch adds unit tests for the SSH Client class used by some of the functional integration tests for executing commands inside server instances. Note that there was an uncalled connect_until_closed method that was removed from the tempest.common.ssh.Client class. Closes-Bug: #1269948 Change-Id: I901900a27cc006d60f3ee6f5426ca6719a18f8ac Addresses: blueprint unit-tests