From 1153b6d0153344d4d92518d2ca73ecfe71dfa9d9 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 28 Feb 2023 12:59:37 +0000 Subject: New Test Development - api, pap (except consolidated HC), apex and acm runtime passing on both docker and helm environment - other simulators exposed on simulator service - topics are checked on test with robot http support - apex temp engine port exposed - xacml readiness added Issue-ID: POLICY-4125 Change-Id: I39ee8c38e70dd3a4ad26ba69d7c62e61a211469e Signed-off-by: adheli.tavares --- helm/tests/data/VesEventForPnfPolicy.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 helm/tests/data/VesEventForPnfPolicy.json (limited to 'helm/tests/data/VesEventForPnfPolicy.json') diff --git a/helm/tests/data/VesEventForPnfPolicy.json b/helm/tests/data/VesEventForPnfPolicy.json deleted file mode 100644 index 9998fc6f..00000000 --- a/helm/tests/data/VesEventForPnfPolicy.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "event" : { - "commonEventHeader" : { - "startEpochMicrosec" : 1597953057126, - "sourceId" : "927b2580-36d9-4f13-8421-3c9d43b7a57e", - "eventId" : "8c7935a4-79d8-4ec0-b661-dcca3cd68006", - "lastEpochMicrosec" : 1597952499468, - "eventName" : "Report hostname & IP", - "sourceName" : "demo-pnf", - "reportingEntityName" : "DCAE", - "vesEventListenerVersion" : "7.1", - "internalHeaderFields" : { }, - "version" : "4.0.1", - "priority" : "Normal", - "sequence" : 1, - "domain" : "other" - }, - "otherFields" : { - "hashMap" : { - "hostname" : "UNDEFINED", - "pnfId": "927b2580-36d9-4f13-8421-3c9d43b7a57e", - "pnfName": "demo-pnf", - "ip" : "10.101.200.10" - }, - "otherFieldsVersion" : "3.0" - } - } -} -- cgit 1.2.3-korg