diff options
author | DR695H <dr695h@att.com> | 2019-06-20 17:20:56 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-09 17:54:25 -0400 |
commit | 1a207a405ce7321347de1edc36c2076484700705 (patch) | |
tree | 7b44cfc8c4ccfb53ba10ad3b6be7ccc6c19d731d /tests/policy/engine/createpolicy.jinja | |
parent | af20d99d3d140a9b3f5fe8710d75a0a463e22b76 (diff) |
remvoing json templater use
Issue-ID: TEST-158
Change-Id: I0ef42c20de50f9aebaf70056cc00d7a7aa61e712
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'tests/policy/engine/createpolicy.jinja')
-rw-r--r-- | tests/policy/engine/createpolicy.jinja | 21 |
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" + } + } +} |