diff options
author | mprzybys <marcin.przybysz@nokia.com> | 2020-10-13 13:50:13 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-10-15 08:44:46 +0000 |
commit | e3024beed447e25c419c9725ee7b8f925705b961 (patch) | |
tree | a5acb109f8f851dbe7c7989e6d0e20880be3e490 /robot/assets/dcae/ves7_valid.json | |
parent | 82223efa960d3d11e25af5776467cadbaca3fdca (diff) |
Add E2E integration tests to cover new stndDefined VES events
Issue-ID: INT-1258
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: I1d20d7bcf40bec1c498e8cee743cedeb7f25acea
Diffstat (limited to 'robot/assets/dcae/ves7_valid.json')
-rw-r--r-- | robot/assets/dcae/ves7_valid.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/robot/assets/dcae/ves7_valid.json b/robot/assets/dcae/ves7_valid.json new file mode 100644 index 00000000..aabefd5c --- /dev/null +++ b/robot/assets/dcae/ves7_valid.json @@ -0,0 +1,34 @@ +{ + "event": { + "commonEventHeader": { + "version": "4.0.1", + "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" + } + } + } +} |