installing jsonpath for CSIT python libraries to use 84/28484/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 16 Oct 2015 05:45:35 +0000 (22:45 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 16 Oct 2015 05:45:35 +0000 (22:45 -0700)
Change-Id: Idb1d4bc4a2ffb570f8e633d35f22a1e2ff33f615
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index ccb01ed12f8a285abeda92742bf77e3d2a82c63d..5239832e4facea49b817b61610c59a57dfdc2eed 100644 (file)
@@ -15,7 +15,7 @@ echo ROBOT_VENV=${ROBOT_VENV} >> ${WORKSPACE}/env.properties
 
 virtualenv ${ROBOT_VENV}
 source ${ROBOT_VENV}/bin/activate
-pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr
+pip install -q docker-py importlib requests scapy netifaces netaddr ipaddr jsonpath
 pip install -q robotframework{,-{httplibrary,requests,sshlibrary}}
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :