diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-02-18 14:08:01 +0000 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-02-25 11:15:15 +0000 |
commit | 038028c1ab4b6c641ba031feb38c854dd2c6926d (patch) | |
tree | 4985297578d3b4ea2410795dc97c7e4052599a6f /tests/dcaegen2/testcases/assets | |
parent | 86fabf65c621914e38458d5362c78f9bce79c3a9 (diff) |
Add Test case for parameter out of schema send to VES eventListener API
Issue-ID: INT-1449
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I4918b97828f5a220927eb97175356ab3a171ed70
Diffstat (limited to 'tests/dcaegen2/testcases/assets')
-rw-r--r-- | tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json b/tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json new file mode 100644 index 00000000..1e867581 --- /dev/null +++ b/tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json @@ -0,0 +1,35 @@ +{ + "event": { + "commonEventHeader": { + "version": "4.0.1", + "dummy": "dummy_value", + "vesEventListenerVersion": "7.0.1", + "domain": "fault", + "eventName": "Fault_Vscf:Acs-Ericcson_PilotNumberPoolExhaustion", + "eventId": "ab305d54-85b4-a31b-7db2-fb6b9e546015", + "sequence": 1, + "priority": "High", + "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234", + "reportingEntityName": "ibcx0001vm002oam001", + "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014", + "sourceName": "scfx0001vm002cap001", + "nfVendorName": "Ericsson", + "nfNamingCode": "scfx", + "nfcNamingCode": "ssc", + "startEpochMicrosec": 1413378172000000, + "lastEpochMicrosec": 1413378172000000, + "timeZoneOffset": "UTC-05:30" + }, + "faultFields": { + "faultFieldsVersion": "4.0", + "alarmCondition": "PilotNumberPoolExhaustion", + "eventSourceType": "other", + "specificProblem": "Calls cannot complete - pilot numbers are unavailable", + "eventSeverity": "CRITICAL", + "vfStatus": "Active", + "alarmAdditionalInformation": { + "PilotNumberPoolSize": "1000" + } + } + } +}
\ No newline at end of file |