From 653602f79b086b5a252b4d5ae10efd35dfd82da7 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Fri, 22 Jan 2016 17:19:35 +0100 Subject: Use paramiko library to SSH and SCP the instances in vPing2 Change-Id: I584c24fee5eae072c6885967170e5aded5fce172 Signed-off-by: jose.lausuch (cherry picked from commit e4b116d2054966e158ac647eea332aba8b84b89f) --- docker/requirements.pip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/requirements.pip') 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 -- cgit 1.2.3-korg