downgrade paramiko version due to robot regression 13/49213/1
authorSandra Biton <sandra.biton@hpe.com>
Sun, 11 Dec 2016 09:00:53 +0000 (11:00 +0200)
committerSandra Biton <sandra.biton@hpe.com>
Sun, 11 Dec 2016 09:00:53 +0000 (11:00 +0200)
Change-Id: I327325f8cab9d460335b2a88ebccf7b09f2eb109
Signed-off-by: Sandra Biton <sandra.biton@hpe.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index a2099119d44ec6568a9d2d307f868bac609de055..cf6545b77d55ad3fcd40a0e2d0a950c1c9fd5668 100644 (file)
@@ -26,6 +26,7 @@ pip install --upgrade pip
 
 pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr pyhocon
 pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}
+pip install paramiko==2.0.2
 
 # Module jsonpath is needed by current AAA idmlite suite.
 pip install --upgrade jsonpath-rw