diff options
author | Taka Cho <takamune.cho@att.com> | 2021-02-26 10:42:44 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-02-26 13:30:14 -0500 |
commit | 8b9ba8597428c807205e049612cafb8d2886c1e2 (patch) | |
tree | fd225e0803d7a61fca235ee139527faa13e4a6bb /csit/tests/data/onap.policy.guard.decision.request.json | |
parent | 0d4b9a199372fc4810af9c1620c43b5fc6a5ad63 (diff) |
move xacml csit to xacml repo
move tests/plans to from
csit repo to xacml repo
Issue-ID: POLICY-2895
Change-Id: If8840f286c35136ae76314a6557cf186a9bf8a4a
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'csit/tests/data/onap.policy.guard.decision.request.json')
-rw-r--r-- | csit/tests/data/onap.policy.guard.decision.request.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/csit/tests/data/onap.policy.guard.decision.request.json b/csit/tests/data/onap.policy.guard.decision.request.json new file mode 100644 index 00000000..ee90feaa --- /dev/null +++ b/csit/tests/data/onap.policy.guard.decision.request.json @@ -0,0 +1,16 @@ +{ + "ONAPName": "Guard", + "ONAPComponent": "Guard-component", + "ONAPInstance": "Guard-component-instance", + "requestId": "unique-request-guard-1", + "action": "guard", + "resource": { + "guard": { + "actor": "APPC", + "operation": "ModifyConfig", + "target": "f17face5-69cb-4c88-9e0b-7426db7edddd", + "requestId": "c7c6a4aa-bb61-4a15-b831-ba1472dd4a65", + "clname": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a" + } + } +} |