diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-10-20 17:28:04 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-10-21 12:53:21 +0100 |
commit | f715119e9b084971bd57b0bd1da46a1686e2d8cb (patch) | |
tree | 8ebbe18f8d0ea6613a7b5b902af7aedac68f7a01 /csit/apex-pdp/tests/data/VesEventForPnfPolicy.json | |
parent | d00369a9bdc26c22c3582b7759dcb87be6352649 (diff) |
Improving APEX-PDP CSIT tests
Change-Id: I06023f9b7555b23b007aadd20e87fb4e59c9980c
Issue-ID: POLICY-3709
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'csit/apex-pdp/tests/data/VesEventForPnfPolicy.json')
-rw-r--r-- | csit/apex-pdp/tests/data/VesEventForPnfPolicy.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/csit/apex-pdp/tests/data/VesEventForPnfPolicy.json b/csit/apex-pdp/tests/data/VesEventForPnfPolicy.json new file mode 100644 index 00000000..9998fc6f --- /dev/null +++ b/csit/apex-pdp/tests/data/VesEventForPnfPolicy.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" : "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" + } + } +} |