X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-install-robotframework.sh;h=778a70e9119b25e6f32863041f5fe692a3b6af1c;hb=a90b5e6614848f4653b2eb1ddb2be6d98b382e22;hp=ccb01ed12f8a285abeda92742bf77e3d2a82c63d;hpb=89bfa545228ffd88c8f2907a834c0027e7bc6421;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 ccb01ed12..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 --upgrade pip +pip --version pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr -pip install -q robotframework{,-{httplibrary,requests,sshlibrary}} +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 :