diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-22 17:19:35 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-26 10:45:18 +0000 |
commit | 653602f79b086b5a252b4d5ae10efd35dfd82da7 (patch) | |
tree | 721c1eeb24aed3a4e12d3e0e00ddf2b555510023 /docker/requirements.pip | |
parent | f65252a2659c6d758692612cee91cd473872b23c (diff) |
Use paramiko library to SSH and SCP the instances in vPing2
Change-Id: I584c24fee5eae072c6885967170e5aded5fce172
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit e4b116d2054966e158ac647eea332aba8b84b89f)
Diffstat (limited to 'docker/requirements.pip')
-rw-r--r-- | docker/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/requirements.pip b/docker/requirements.pip index 2389d60ac..517577daf 100644 --- a/docker/requirements.pip +++ b/docker/requirements.pip @@ -24,4 +24,5 @@ robotframework-sshlibrary==2.1.1 configObj==5.0.6 Flask==0.10.1 xmltodict==0.9.2 - +scp==0.10.2 +paramiko=1.16.0 |