Add unit test for ssh 89/1089/2
authorKristian Hunt <kristian.hunt@gmail.com>
Tue, 28 Jul 2015 11:41:01 +0000 (13:41 +0200)
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>
Thu, 20 Aug 2015 11:07:56 +0000 (11:07 +0000)
commit29062d3057f116f99d21bc0f71cf9f2fb754dd22
tree374b386ff76147eed435a25f586909e8f2f05371
parentdd444c57c2cabf35a9948af10333468c9079f3d0
Add unit test for ssh

Unit test file for ssh.py originates from rally. It is modified to
be consistent with the ssh module used in yardstick - some tests for
missing functionality are removed and naming convention is changed
(ssh in yardstick vs sshutils in rally).

Running of unittest from run_test.sh is NOT enabled.

JIRA:-

Change-Id: I3ea554e3fbe6f1f906778f88ddd859424331c8df
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
tests/unit/test_ssh.py [new file with mode: 0644]