Add jsonpatch module used by backuprestore lib 48/55148/2
authorDiego Granados <diego.jesus.granados.lopez@ericsson.com>
Tue, 18 Apr 2017 10:24:41 +0000 (12:24 +0200)
committerDiego Granados <diego.jesus.granados.lopez@ericsson.com>
Thu, 11 May 2017 12:47:52 +0000 (12:47 +0000)
Added installation of jsonpatch module

Change-Id: I702623f0db5fa1b4e593aa937c5ddca83612fd16
Signed-off-by: Diego Granados <diego.jesus.granados.lopez@ericsson.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 6ad635cdc16fa34f68c65a7e6249d5b4581f1399..be6b965f39f1448609f9f426df605be26cfa5a94 100644 (file)
@@ -52,6 +52,9 @@ pip install --upgrade tornado jsonpointer
 # Module for TemplatedRequests.robot library
 pip install --upgrade jmespath
 
+# Module for backup-restore support library
+pip install jsonpatch
+
 # Print installed versions.
 pip freeze