From: Miguel Angel Muñoz Gonzalez Date: Thu, 9 Mar 2017 14:02:18 +0000 (+0100) Subject: Include pycurllibrary in robotframework X-Git-Tag: release/boron-sr3~92^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a79aaed55df7e6ca43cc3374e74ec6893b7002a2;p=releng%2Fbuilder.git 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 --- 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