diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-26 10:45:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-26 10:45:10 +0000 |
commit | 3a562b1ebabfe4d6f032bb4287624a2fe146de59 (patch) | |
tree | 721c1eeb24aed3a4e12d3e0e00ddf2b555510023 /docker/requirements.pip | |
parent | 1b0826f0134ad1863453b3e416600818d4b84e12 (diff) | |
parent | e4b116d2054966e158ac647eea332aba8b84b89f (diff) |
Merge "Use paramiko library to SSH and SCP the instances in vPing2"
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 |