Include pycurllibrary in robotframework 22/53122/1
authorMiguel Angel Muñoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Thu, 9 Mar 2017 14:02:18 +0000 (15:02 +0100)
committerMiguel Angel Muñoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
Fri, 10 Mar 2017 08:06:33 +0000 (09:06 +0100)
This library is required to work with HTTPS/TLS and particularly
in handling client authentication with certificates

Change-Id: I441c2d6c3db8ee42d725affaeb6bef03c7121992
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 5dc7556cc4e5a39b4a0fb2f335afeb88f124a1f0..bbeef9a2decaff41f021d55c4a0e072d191c771c 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 --upgrade robotframework-pycurllibrary
 
 # Module jsonpath is needed by current AAA idmlite suite.
 pip install --upgrade jsonpath-rw