X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-install-robotframework.sh;h=778a70e9119b25e6f32863041f5fe692a3b6af1c;hb=5450985ba9905da13e194cf4f482a07b7cc656b2;hp=f0ea3b049dc348a211b1d90c8f2ab990161f34c1;hpb=3f2c094f63c4f12c71214ca0f985c49b501159ed;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 f0ea3b049..778a70e91 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -19,7 +19,11 @@ 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 --allow-external jsonpath --allow-unverified jsonpath jsonpath +pip install -q jsonpath-rw + +# print installed versions +pip freeze # vim: sw=4 ts=4 sts=4 et ft=sh :