From 9e7b2f1eecf15c6f1f4fa7c42a9ad2aeb08d334d Mon Sep 17 00:00:00 2001 From: Niranjana Date: Fri, 24 Apr 2020 19:54:02 +0530 Subject: Change Policy notification in son-handler to align with policy component updates Issue-ID: DCAEGEN2-2216 Signed-off-by: Niranjana Change-Id: I6361cc68c20ae601ad89754eab8633985b794244 --- src/test/resources/policy_notification.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources') diff --git a/src/test/resources/policy_notification.json b/src/test/resources/policy_notification.json index 767c024..289afeb 100644 --- a/src/test/resources/policy_notification.json +++ b/src/test/resources/policy_notification.json @@ -4,7 +4,7 @@ "closedLoopEventClient": "microservice.PCI", "closedLoopEventStatus": "ONSET", "target_type": "PNF", - "target": "generic-vnf.vnf-id", + "target": "pnf.pnf-name", "requestID": "a4130fd5-2291-4a83-8992-04e4c9f32731", "from": "PCIMS", "version": "1.0.2", @@ -12,7 +12,7 @@ "AAI": { "generic-vnf.prov-status": "ACTIVE", "generic-vnf.is-closed-loop-disabled": "false", - "generic-vnf.vnf-id": "ncserver23" + "pnf.pnf-name": "ncserver23" }, "Action": "ModifyConfig" } -- cgit 1.2.3-korg