schedule transparent boron/carbon to run every 4 hours
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index 11739f8068be52f2eed0db3dafe73d417d04fc2f..a2099119d44ec6568a9d2d307f868bac609de055 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.
@@ -34,7 +34,10 @@ pip install --upgrade jsonpath-rw
 pip install elasticsearch==1.7.0 elasticsearch-dsl==0.0.11
 
 # Module for pyangbind used by lispflowmapping project
-pip install pyangbind==0.5.6
+pip install pyangbind
+
+# Module for iso8601 datetime format
+pip install isodate
 
 # Print installed versions.
 pip freeze