aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/engine
diff options
context:
space:
mode:
authorGary Wu <gary.wu@futurewei.com>2019-07-08 17:43:25 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-08 17:43:25 +0000
commitca509e7e079d34e723184cab62a3b4783350e2c6 (patch)
tree138fa895f9d492de19abd25f9395675956fd0e8f /tests/policy/engine
parent4c62996cc2e741e2bfbe1c3562dd046dd070d20d (diff)
parentd46ab2eb2f4254adbe2b9f604b12c0a7f4bf99ed (diff)
Merge "Pull correct docker images for master branch"
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}