diff options
author | 2025-02-10 10:21:31 +0100 | |
---|---|---|
committer | 2025-02-11 14:38:23 +0000 | |
commit | 726faa724804ee355f24e87daea367d098de9185 (patch) | |
tree | 569a7cbf7170991885dd289dc6a908e02498ca11 /csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json | |
parent | 21a37d5a0b3e7489f888184dc5ef32f2316aef6e (diff) |
Updated csit tests for Decision parameter changes
Issue-ID: POLICY-5261
Change-Id: Ib8f5b4295d05cdced4f7196d57595b0a3f448060
Signed-off-by: srinivasyanamadala <srinivas.yanamadala@techmahindra.com>
Diffstat (limited to 'csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json')
-rw-r--r-- | csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json b/csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json index 66132ea7..748a5529 100644 --- a/csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json +++ b/csit/resources/tests/data/onap.policy.opa.pdp.decision.request.json @@ -1 +1 @@ -{"onapName":"CDS","onapComponent":"CDS","onapInstance":"CDS","currentDate": "2024-11-22", "currentTime": "2024-11-22T11:34:56Z", "timeZone": "UTC", "timeOffset": "+05:30", "currentDateTime": "2024-11-22T12:08:00Z", "policyName":"role/allow","input":{"user":"alice","action":"write","object":"id123","type":"dog"}} +{"onapName":"CDS","onapComponent":"CDS","onapInstance":"CDS","currentDate": "2024-11-22", "currentTime": "2024-11-22T11:34:56Z", "timeZone": "UTC", "timeOffset": "+05:30", "currentDateTime": "2024-11-22T12:08:00Z", "policyName":"role","input":{"user":"alice","action":"write","object":"id123","type":"dog"}} |