diff options
author | 2020-01-28 13:36:53 +0000 | |
---|---|---|
committer | 2020-01-28 13:58:48 +0000 | |
commit | 71a3e686517db55727d02f729b9be03160055de2 (patch) | |
tree | e05b6166e619b65ceab9114b09094a18c2aa83f7 /tests/dcaegen2/testcases/assets | |
parent | d0a68c3945879639bba7511fc8ea0c1a23518d90 (diff) |
Add test case for missing mandatory "domain" parameter in /eventListener/v7 VES API
Issue-ID: INT-1421
Signed-off-by: Marcin Przybysz <marcin.przybysz@nokia.com>
Change-Id: Ia8e3b0e5c8e5f838608f40e650109eb312430f48
Diffstat (limited to 'tests/dcaegen2/testcases/assets')
-rw-r--r-- | tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json b/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json new file mode 100644 index 00000000..51787555 --- /dev/null +++ b/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_domain.json @@ -0,0 +1,33 @@ +{ + "event": { + "commonEventHeader": { + "version": "4.0.1", + "vesEventListenerVersion": "7.0.1", + "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" + } + } + } +} |