Fix jsonpath installation command 66/32066/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 4 Jan 2016 09:00:10 +0000 (10:00 +0100)
committerJozef Behran <jbehran@cisco.com>
Mon, 4 Jan 2016 09:54:32 +0000 (10:54 +0100)
The correct name of the package is "jsonpath-rw".

Change-Id: Iceb91a37dbaacdf31cd53a2e52719b0dc240e418
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index f0ea3b049dc348a211b1d90c8f2ab990161f34c1..0f8bdf98478b67858033380b7cfe8f4918413ead 100644 (file)
@@ -19,7 +19,8 @@ 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
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :