diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-22 17:19:35 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-26 10:46:52 +0100 |
commit | e4b116d2054966e158ac647eea332aba8b84b89f (patch) | |
tree | 7c0e257d4248c055213b252030d60af730fc0478 /docker | |
parent | 72cd11c677dda9d68679037484dce30283cd5c99 (diff) |
Use paramiko library to SSH and SCP the instances in vPing2
Change-Id: I584c24fee5eae072c6885967170e5aded5fce172
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker')
-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 |