From 9a12d024fe42fd3c57477c513382c3b78983b9ce Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Thu, 8 Jul 2021 15:32:52 +0100 Subject: Update APEX CSIT tests to cover multiple outputs As part of this review, a new policy is executed in APEX-PDP that interacts with AAI and CDS simulators. At each execution phase, along with sending a request to AAI/CDS, a log event is also sent to DMaaP notifying every action taken. This is done using the multiple output support. Change-Id: If34df13823196f9ece9b5ce6448b6652507f0b63 Issue-ID: POLICY-3466 Signed-off-by: a.sreekumar --- csit/apex-pdp/tests/data/VesEvent.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 csit/apex-pdp/tests/data/VesEvent.json (limited to 'csit/apex-pdp/tests/data/VesEvent.json') diff --git a/csit/apex-pdp/tests/data/VesEvent.json b/csit/apex-pdp/tests/data/VesEvent.json new file mode 100644 index 00000000..feaae7b0 --- /dev/null +++ b/csit/apex-pdp/tests/data/VesEvent.json @@ -0,0 +1,28 @@ +{ + "event" : { + "commonEventHeader" : { + "startEpochMicrosec" : 1597953057126, + "sourceId" : "927b2580-36d9-4f13-8421-3c9d43b7a57e", + "eventId" : "8c7935a4-79d8-4ec0-b661-dcca3cd68006", + "lastEpochMicrosec" : 1597952499468, + "eventName" : "Report hostname & IP", + "sourceName" : "PNF101", + "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": "PNF101", + "ip" : "10.101.200.10" + }, + "otherFieldsVersion" : "3.0" + } + } +} -- cgit 1.2.3-korg