From: Jamo Luhrsen Date: Mon, 5 Nov 2018 20:17:32 +0000 (-0800) Subject: Pin sshlibrary to 3.1.1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F64521%2F1;p=cperf.git Pin sshlibrary to 3.1.1 the newly released 3.2.0 has a bug in it so that we cannot deal with multiple connections being open, switched to, closed, etc. Change-Id: Idea3e22a3a5737c78888c069b29709a3dcef5f7b Signed-off-by: Jamo Luhrsen --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 22a42c3..fe62dba 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -57,7 +57,7 @@ RUN pip install \ netifaces \ netaddr \ requests \ - robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} \ + robotframework{,-{httplibrary,requests,sshlibrary==3.1.1,selenium2library}} \ scapy \ setuptools