X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-install-robotframework.sh;h=778a70e9119b25e6f32863041f5fe692a3b6af1c;hb=bd329baa86ed18e1258c445cb61efffc278ba6af;hp=0614a6147fbe3ff93c0940a218ae9c14641f659f;hpb=6b812c1a38b56101b15babe2efc8b877b54cdca9;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..778a70e91 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -15,7 +15,15 @@ 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 + +# print installed versions +pip freeze # vim: sw=4 ts=4 sts=4 et ft=sh :