From: Diego Granados Date: Tue, 18 Apr 2017 10:24:41 +0000 (+0200) Subject: Add jsonpatch module used by backuprestore lib X-Git-Tag: release/carbon~49^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=29c11f5c4791f75cabe32d1e916fb094d74bbc7e;hp=56a299dcf7a355402b69bdaf2470243e7c0202d0;p=releng%2Fbuilder.git Add jsonpatch module used by backuprestore lib Added installation of jsonpatch module Change-Id: I702623f0db5fa1b4e593aa937c5ddca83612fd16 Signed-off-by: Diego Granados --- diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 6ad635cdc..be6b965f3 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -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