Do not provide JDKVERSION from distribution-test job
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index 435b5dbc4a16770fdc5b629e416027947ebcf14b..778a70e9119b25e6f32863041f5fe692a3b6af1c 100644 (file)
@@ -21,8 +21,9 @@ 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 || true
-# FIXME: jsonpath installation currently fails.
-# Rework the suite, or find a way to install correctly and remove " || true"
+pip install -q jsonpath-rw
+
+# print installed versions
+pip freeze
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :