From a79aaed55df7e6ca43cc3374e74ec6893b7002a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Miguel=20Angel=20Mu=C3=B1oz=20Gonzalez?= Date: Thu, 9 Mar 2017 15:02:18 +0100 Subject: [PATCH] Include pycurllibrary in robotframework 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 --- .../include-raw-integration-install-robotframework.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 5dc7556cc..bbeef9a2d 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -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 -- 2.36.6