X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-install-robotframework.sh;h=0f8bdf98478b67858033380b7cfe8f4918413ead;hb=45bb249a5bc19814a824fd43c773bde4f9d8ea4f;hp=0614a6147fbe3ff93c0940a218ae9c14641f659f;hpb=7a98e49457f765fe15b07d29e8908a475ca0ad7c;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 0614a6147..0f8bdf984 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -15,7 +15,12 @@ echo ROBOT_VENV=${ROBOT_VENV} >> ${WORKSPACE}/env.properties virtualenv ${ROBOT_VENV} source ${ROBOT_VENV}/bin/activate -pip install -q docker-py importlib requests scapy netaddr ipaddr -pip install -q robotframework{,-{httplibrary,requests,sshlibrary}} +pip install -q --upgrade pip +pip --version +pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr +pip install -q robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} + +# jsonpath is needed by current AAA idmlite suite +pip install -q jsonpath-rw # vim: sw=4 ts=4 sts=4 et ft=sh :