adding pyhocon installation 16/47716/2
authorPeter Gubka <pgubka@cisco.com>
Fri, 28 Oct 2016 07:56:07 +0000 (09:56 +0200)
committerPeter Gubka <pgubka@cisco.com>
Fri, 28 Oct 2016 14:27:45 +0000 (16:27 +0200)
it is needed for the libraries/ConfGen.py from
https://git.opendaylight.org/gerrit/#/c/46551

Change-Id: I902d5f93cb0ba9edacf0a26404de7cdbfb9b65cd
Signed-off-by: Peter Gubka <pgubka@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 8fbe6af441b2354ce9ff1cad2f0d04caf444511a..7f26dbc0e805168ab52d8acd4d93c7ab8538a4bc 100644 (file)
@@ -24,7 +24,7 @@ set -exu
 # Make sure pip itself us up-to-date.
 pip install --upgrade pip
 
-pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr
+pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr pyhocon
 pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}
 
 # Module jsonpath is needed by current AAA idmlite suite.