aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json
diff options
context:
space:
mode:
authorpswang <pshaobow@gmail.com>2017-09-25 17:05:15 -0500
committerpswang <pshaobow@gmail.com>2017-09-25 17:09:22 -0500
commit47e5ebb708f7e7a6fd550503ce103210f1935cec (patch)
tree2fad1535a16f2656f7e2286f6803eaa6beef5e13 /test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json
parentb5ec59450247103056b652fb50070eeda82e3c79 (diff)
Rename dcae directory to dcaegen2
Change-Id: Icd930f1fe31e3db8cdf7715eca52495273e9b2b5 IssueId: DCAEGEN2-111 Signed-off-by: pswang <pshaobow@gmail.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json')
-rw-r--r--test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json b/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json
new file mode 100644
index 000000000..a45c51dd9
--- /dev/null
+++ b/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json
@@ -0,0 +1,34 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "version": 3.0,
+ "domain": "fault",
+ "eventName": "Fault_MobileCallRecording_PilotNumberPoolExhaustion",
+ "eventId": "ab305d54-85b4-a31b-7db2-fb6b9e546015",
+ "sequence": 0,
+ "priority": "High",
+ "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
+ "reportingEntityName": "EricssonOamVf",
+ "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
+ "sourceName": "scfx0001vm002cap001",
+ "nfNamingCode": "scfx",
+ "nfcNamingCode": "ssc",
+ "startEpochMicrosec": 1413378172000000,
+ "lastEpochMicrosec": 1413378172000000
+ },
+ "faultFields": {
+ "faultFieldsVersion": 2.0,
+ "alarmCondition": "PilotNumberPoolExhaustion",
+ "eventSourceType": "other",
+ "specificProblem": "Calls cannot complete - pilot numbers are unavailable",
+ "eventSeverity": "CRITICAL",
+ "vfStatus": "Active",
+ "alarmAdditionalInformation": [
+ {
+ "name": "PilotNumberPoolSize",
+ "value": "1000"
+ }
+ ]
+ }
+ }
+}