diff options
author | Mark Beierl <mark.beierl@dell.com> | 2016-12-02 11:19:54 -0500 |
---|---|---|
committer | Mark Beierl <mark.beierl@dell.com> | 2016-12-02 11:40:10 -0500 |
commit | f16df4d50c215571a5dc40d5976a292ad912f24b (patch) | |
tree | a40f1fe03737e8eb94f2bf1c5c822f9974738ea9 /ci | |
parent | 30a2f3f91a04d69368a3591f28874a8da6948e36 (diff) |
Change to Paramiko
Use Paramiko ssh client instead of invoking ssh and scp
from the command line
Change-Id: Ibc8395b98842fd7f40b49c4dafa2688d8e64abc7
JIRA: STORPERF-91
Signed-off-by: Mark Beierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index e87c757..22d0186 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -32,6 +32,7 @@ pip install html2text==2016.1.8 pip install matplotlib==1.3.1 pip install mock==1.3.0 pip install nose==1.3.7 +pip install paramiko==2.0.2 pip install python-cinderclient==1.6.0 pip install python-glanceclient==1.1.0 pip install python-heatclient==0.8.0 @@ -40,6 +41,7 @@ pip install python-neutronclient==2.6.0 pip install python-novaclient==2.28.1 pip install pyyaml==3.10 pip install requests==2.9.1 +pip install scp==0.10.2 pip install six==1.10.0 python ci/setup.py develop |