diff options
author | ma987d <ma987d@att.com> | 2017-09-28 16:33:03 -0500 |
---|---|---|
committer | ma987d <ma987d@att.com> | 2017-09-29 18:03:47 -0500 |
commit | e38164bcd2a6d4e14c980fed52c510c8b6759f94 (patch) | |
tree | 2e8a695df90dd7b562d661ab0a30cb0bbabac0ae /test/csit/tests/policy/suite1/createpolicy.template | |
parent | 35921f6c42432336777607d1b2ff53191adaf420 (diff) |
Policy CSIT test files with latest changes
Issue-Id: POLICY-77
Signed-off-by: ma987d <ma987d@att.com>
Change-Id: I6704704b676c0c99817a61ca614e49ba980d79bd
Diffstat (limited to 'test/csit/tests/policy/suite1/createpolicy.template')
-rw-r--r-- | test/csit/tests/policy/suite1/createpolicy.template | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/csit/tests/policy/suite1/createpolicy.template b/test/csit/tests/policy/suite1/createpolicy.template new file mode 100644 index 000000000..7c693e840 --- /dev/null +++ b/test/csit/tests/policy/suite1/createpolicy.template @@ -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" + } + } +} |