diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-04-12 00:21:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-12 00:21:19 +0000 |
commit | 5ab8a07212f71a31da81b9a65f88eeb5c52d7b9b (patch) | |
tree | fa37e69b858970924b227c230c7f3ee173a303ea /tests/policy/suite1/multiple_unpushpolicy.template | |
parent | dc2d0a2520fb5fae0a94d87ec912559e91249b46 (diff) | |
parent | 092093d5482d9ec01f496632448ca1228e06e63b (diff) |
Merge "Added CSIT support for pushPolicy and deletePolicy API"
Diffstat (limited to 'tests/policy/suite1/multiple_unpushpolicy.template')
-rw-r--r-- | tests/policy/suite1/multiple_unpushpolicy.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/policy/suite1/multiple_unpushpolicy.template b/tests/policy/suite1/multiple_unpushpolicy.template new file mode 100644 index 00000000..afee7aeb --- /dev/null +++ b/tests/policy/suite1/multiple_unpushpolicy.template @@ -0,0 +1,6 @@ +{ + "policyName": "${policy_name1},${policy_name2},${policy_name3}", + "policyType": "${policy_type}", + "policyComponent": "PDP", + "pdpGroup": "default" +} |