Add installation of modules used by IoTDM 65/53365/4
authorTomas Janciga <tjanciga@cisco.com>
Wed, 15 Mar 2017 17:14:46 +0000 (10:14 -0700)
committerTomas Janciga <tjanciga@cisco.com>
Thu, 16 Mar 2017 11:17:08 +0000 (04:17 -0700)
Jsonpointer and tornado installation added

Change-Id: Iec0edd1fa4ddbaac76ad85282ab050a8edb46270
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index bbeef9a2decaff41f021d55c4a0e072d191c771c..73e7bf3d1d06446dd3a37af96c11846d2c724b3e 100644 (file)
@@ -40,6 +40,11 @@ pip install pyangbind
 # Module for iso8601 datetime format
 pip install isodate
 
+# Modules for tornado and jsonpointer used by client libraries of IoTDM project
+# Note: Could be removed when client running on tools VM is used instead
+#       of client libraries only.
+pip install --upgrade tornado jsonpointer
+
 # Print installed versions.
 pip freeze