diff options
author | niranjana <niranjana.y60@wipro.com> | 2020-02-27 18:24:48 +0530 |
---|---|---|
committer | niranjana <niranjana.y60@wipro.com> | 2020-02-27 18:24:48 +0530 |
commit | fcd3a920e7c4f1bea70797caef5d0a14e26f9269 (patch) | |
tree | 5fa8ef7a8a1e4402e44c572f5ff998102fe49a8c /src/test/resources/faultNotification.json | |
parent | 4df89dfce2ef6ad2a0d28e8750822c594529ae25 (diff) |
Increase code coverage
Issue-ID: DCAEGEN2-2023
Signed-off-by: niranjana <niranjana.y60@wipro.com>
Change-Id: Ifbc6817108fbbdfe21a4aa0f94cbb67c422c73c6
Diffstat (limited to 'src/test/resources/faultNotification.json')
-rw-r--r-- | src/test/resources/faultNotification.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/test/resources/faultNotification.json b/src/test/resources/faultNotification.json new file mode 100644 index 0000000..803302a --- /dev/null +++ b/src/test/resources/faultNotification.json @@ -0,0 +1,35 @@ +{ + "event":{ + "commonEventHeader":{ + "version":"4.0.1", + "vesEventListenerVersion":"7.0.1", + "domain":"fault", + "eventName":"Fault_RansimAgent-Wipro_RanPCIProblem", + "eventId":"fault000001", + "sequence":1, + "priority":"High", + "reportingEntityId":"de305d54-75b4-431b-adb2-eb6b9e546014", + "reportingEntityName":"ncserver1", + "sourceId":"cc305d54-75b4-431b-adb2-eb6b9e541234", + "sourceName":"Chn0001", + "startEpochMicrosec":1451772223000000, + "lastEpochMicrosec":1451772403000000, + "timeZoneOffset":"UTC-05:30", + "nfNamingCode":"RansimAgent", + "nfVendorName":"Wipro" + }, + "faultFields":{ + "faultFieldsVersion":"4.0", + "alarmCondition":"RanPciCollisionConfusionOccurred", + "eventSourceType":"other", + "specificProblem":"Collision", + "eventSeverity":"CRITICAL", + "vfStatus":"Active", + "alarmAdditionalInformation":{ + "networkId":"NTWK005", + "collisions":"2", + "confusions":"0" + } + } + } + } |