diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-18 07:57:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-18 07:57:31 +0000 |
commit | 00b05096a16d9a3d0652fa34f542c3065769e739 (patch) | |
tree | 5b980721b4a4b1b4053360a5437d14d6e5ac81d4 /tests/policy/xacml-pdp/data | |
parent | 2acaba3042518f21565a7d10303f48464e63fed7 (diff) | |
parent | 5785bf8c83a684b3628062b9176bf13a1201c2cb (diff) |
Merge "Add Naming policy test for xacml CSIT"
Diffstat (limited to 'tests/policy/xacml-pdp/data')
-rw-r--r-- | tests/policy/xacml-pdp/data/onap.policy.naming.decision.request.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/policy/xacml-pdp/data/onap.policy.naming.decision.request.json b/tests/policy/xacml-pdp/data/onap.policy.naming.decision.request.json new file mode 100644 index 00000000..d30e0e27 --- /dev/null +++ b/tests/policy/xacml-pdp/data/onap.policy.naming.decision.request.json @@ -0,0 +1,13 @@ +{ + "ONAPName": "SDNC", + "ONAPComponent": "SNDC-component", + "ONAPInstance": "SDNC-component-instance", + "requestId": "unique-request-sdnc-1", + "action": "naming", + "resource": { + "nfRole": [], + "naming-type": [], + "property-name": [], + "policy-type": ["onap.policies.Naming"] + } +} |