Improve UT coverage
[ric-plt/alarm-go.git] / definitions / test.json
diff --git a/definitions/test.json b/definitions/test.json
new file mode 100755 (executable)
index 0000000..833fb41
--- /dev/null
@@ -0,0 +1,56 @@
+{
+        {
+            "alarmId" : 8004,
+            "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED",
+            "eventType" : "processingError",
+            "operationInstructions" : "Not defined",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        },
+        {
+            "alarmId" : 8005,
+            "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS",
+            "eventType" : "communication",
+            "operationInstructions" : "Not defined",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        {
+            "alarmId" : 8006,
+            "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB",
+            "eventType" : "communication",
+            "operationInstructions" : "Not defined",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        },
+        {
+            "alarmId" : 8007,
+            "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB",
+            "eventType" : "communication",
+            "operationInstructions" : "Not defined",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        },
+        {
+            "alarmId" : 8008,
+            "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD",
+            "eventType" : "equipment",
+            "operationInstructions" : "Clear alarms or raise threshold",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        },
+        {
+            "alarmId" : 8009,
+            "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD",
+            "eventType" : "equipment",
+            "operationInstructions" : "Clear alarms or raise threshold",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
+        }
+   ]
+}