aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/engine/createpolicy.jinja
diff options
context:
space:
mode:
authorGary Wu <gary.wu@futurewei.com>2019-07-10 00:01:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-10 00:01:32 +0000
commitc354411b4df2ca9929749ba9283972d3b3dddeff (patch)
tree5aff9ffbf78feefcdcbdcec73c4a00f4fa66b39f /tests/policy/engine/createpolicy.jinja
parentf265a2f799456ce8c43ac21dbfbe8c8c782ec962 (diff)
parent1a207a405ce7321347de1edc36c2076484700705 (diff)
Merge "remvoing json templater use"
Diffstat (limited to 'tests/policy/engine/createpolicy.jinja')
-rw-r--r--tests/policy/engine/createpolicy.jinja21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/policy/engine/createpolicy.jinja b/tests/policy/engine/createpolicy.jinja
new file mode 100644
index 00000000..bbb1f1ad
--- /dev/null
+++ b/tests/policy/engine/createpolicy.jinja
@@ -0,0 +1,21 @@
+{
+ "policyConfigType": "BRMS_PARAM",
+ "policyName": "{{policy_name}}",
+ "policyDescription": "Create BRMS Param policy",
+ "attributes": {
+ "RULE": {
+ "templateName": "ClosedLoopDemo_closedLoopControlName",
+ "aaiNamedQueryUUID": "2",
+ "aaiPassword": "2",
+ "aaiPatternMatch": "2",
+ "aaiURL": "2",
+ "actor": "2",
+ "appcTopic": "2",
+ "closedLoopControlName": "2",
+ "msoPassword": "2",
+ "msoURL": "2",
+ "msoUsername": "2",
+ "aaiUsername": "3"
+ }
+ }
+}