X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fintegration%2Finclude-raw-integration-install-robotframework.sh;h=0f8bdf98478b67858033380b7cfe8f4918413ead;hb=d1013d8dc4e3ddb21005ffc756cd8ea03f3cc943;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..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 :