diff options
author | 2021-02-10 12:59:54 -0500 | |
---|---|---|
committer | 2021-02-11 11:15:18 +0000 | |
commit | 9688ac73e3da3f284c2bcfeff56edec93fd0424a (patch) | |
tree | f7984a2c04784a33c009ebfb148e73c69c2d0483 /csit/tests/data/pdp_update.json | |
parent | f86d08ca5598571410386372f3f06d5c8c686c74 (diff) |
move csit to policy/apex-pdp repo
move csit to policy/apex-pdp repo
Issue-ID: POLICY-2895
Change-Id: I73bd2f59c09f4ae213cab9b1dd2a83e909b218c6
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'csit/tests/data/pdp_update.json')
-rw-r--r-- | csit/tests/data/pdp_update.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/tests/data/pdp_update.json b/csit/tests/data/pdp_update.json new file mode 100644 index 000000000..51c3573d9 --- /dev/null +++ b/csit/tests/data/pdp_update.json @@ -0,0 +1,17 @@ +{ + "groups": [ + { + "name": "defaultGroup", + "deploymentSubgroups": [ + { + "pdpType": "apex", + "action": "POST", + "policies": [{ + "name": "onap.policies.native.apex.Sampledomain", + "version": "1.0.0" + }] + } + ] + } + ] +} |