From: Gary Wu Date: Mon, 17 Jul 2017 22:45:54 +0000 (-0700) Subject: Fix pyOpenSSL version to 16.2.0 for Robot X-Git-Tag: 1.0.0-Amsterdam~405^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F5887%2F1;p=ci-management.git Fix pyOpenSSL version to 16.2.0 for Robot Fix pyOpenSSL version to 16.2.0 to address the error AttributeError: 'module' object has no attribute 'SSL_ST_INIT' on some Ubuntu environments Change-Id: Iadbf00f002af2dd70b963038ed0e0042fa854d89 Signed-off-by: Gary Wu --- diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index f528a62a5..98375ec1b 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -19,7 +19,7 @@ set -exu pip install --upgrade pip pip install --upgrade --no-binary pycparser pycparser -pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson +pip install --upgrade pyOpenSSL==16.2.0 docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} # Print installed versions.