aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/engine
diff options
context:
space:
mode:
authorBilal A <bilal@research.att.com>2019-06-07 21:25:59 +0000
committerBilal A <bilal@research.att.com>2019-07-03 16:06:05 +0000
commitd46ab2eb2f4254adbe2b9f604b12c0a7f4bf99ed (patch)
tree9c78e684c231f69dd42fbb29d2e9bfbea68f82d7 /tests/policy/engine
parent4a70dd3bcf1dde19d511f528650b08714b92448f (diff)
Pull correct docker images for master branch
Enables Policy CSITs for API, PAP, Distribution, Drools-applications, Apex-PDP and XACML-PDP to pull correct docker images based on the code branch. -------------- Updating the policy model json in apex-pdp csit Changes were made to read the policy model as proper json instead of json formatted string in APEX-PDP. With this fix in place, the policy tosca json file need to be updated with the proper json. Issue-ID: POLICY-1836 Issue-ID: POLICY-1796 Change-Id: I6b99c8ae9cb78dd8ebddc522bc2a7080ec6e5735 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech> Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'tests/policy/engine')
-rw-r--r--tests/policy/engine/json_templater.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/policy/engine/json_templater.robot b/tests/policy/engine/json_templater.robot
index a1cc7e35..7fe0ff74 100644
--- a/tests/policy/engine/json_templater.robot
+++ b/tests/policy/engine/json_templater.robot
@@ -1,7 +1,7 @@
*** Settings ***
Documentation This resource is filling out json string templates and returning the json back
Library RequestsLibrary
-Library eteutils/StringTemplater.py
+Library ONAPLibrary.TemplatingKeywords
Library OperatingSystem
Resource global_properties.robot
@@ -18,4 +18,4 @@ Fill JSON Template File
[Arguments] ${json_file} ${arguments}
${json}= OperatingSystem.Get File ${json_file}
${returned_json}= Fill JSON Template ${json} ${arguments}
- [Return] ${returned_json} \ No newline at end of file
+ [Return] ${returned_json}