From e84a8b15b66703396804cf20626f8ca8a3b17f17 Mon Sep 17 00:00:00 2001 From: Shalini Shivam Date: Tue, 2 Dec 2025 10:31:05 +0100 Subject: [PATCH] Enhance CSIT to Verify Version Changes in Decision Response Issue-ID: POLICY-5517 Change-Id: If2ad94c175b139079f00534362e878ad6be9f15f Signed-off-by: Shalini Shivam --- .../tests/data/onap.policy.opa.pdp.decision.zone-policy-output.json | 1 + .../tests/data/onap.policy.policy.opa.pdp.decision.abac-output.json | 1 + .../tests/data/onap.policy.policy.opa.pdp.decision.vehicle_output.json | 1 + 3 files changed, 3 insertions(+) diff --git a/csit/resources/tests/data/onap.policy.opa.pdp.decision.zone-policy-output.json b/csit/resources/tests/data/onap.policy.opa.pdp.decision.zone-policy-output.json index 1e7228dd..975c8410 100644 --- a/csit/resources/tests/data/onap.policy.opa.pdp.decision.zone-policy-output.json +++ b/csit/resources/tests/data/onap.policy.opa.pdp.decision.zone-policy-output.json @@ -8,5 +8,6 @@ ] }, "policyName": "zoneB", + "policyVersion": "1.0.6", "statusMessage": "OPA Allowed" } diff --git a/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.abac-output.json b/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.abac-output.json index f3bd987d..2a3f9065 100644 --- a/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.abac-output.json +++ b/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.abac-output.json @@ -28,5 +28,6 @@ ] }, "policyName": "abac", + "policyVersion": "1.0.7", "statusMessage": "OPA Allowed" } diff --git a/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.vehicle_output.json b/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.vehicle_output.json index c6271b21..ba790382 100644 --- a/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.vehicle_output.json +++ b/csit/resources/tests/data/onap.policy.policy.opa.pdp.decision.vehicle_output.json @@ -8,5 +8,6 @@ ] }, "policyName": "vehicle", + "policyVersion": "1.0.6", "statusMessage": "OPA Allowed" } -- 2.16.6