Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zabbix_server/escalator/process_escalations.json')
-rw-r--r--tests/zabbix_server/escalator/process_escalations.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/tests/zabbix_server/escalator/process_escalations.json b/tests/zabbix_server/escalator/process_escalations.json
deleted file mode 100644
index 48cd0043321..00000000000
--- a/tests/zabbix_server/escalator/process_escalations.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
- {
- "test_case": "case_1",
- "in": {
- "names": ["now", "nextcheck", "escalation_source"],
- "values": [1504082776, 1504082776, 2]
- },
- "out": {
- "names": ["return"],
- "values": [1]
- },
- "db_data": {
- "escalations": {
- "fields": [
- "escalationid", "actionid", "triggerid", "eventid", "r_eventid", "nextcheck", "esc_step", "status", "itemid", "acknowledgeid"
- ],
- "rows": [
- [1, 1, 1, 1, 0, 1501594532, 0, 0, 1, 0]
- ]
- },
- "actions": {
- "fields": [
- "actionid", "name", "status", "eventsource", "esc_period", "def_shortdata", "def_longdata", "r_shortdata", "r_longdata", "maintenance_mode", "ack_shortdata", "ack_longdata"
- ],
- "rows": [
- [1, "action name", 0, 0, "60s", "msg subject", "msg subject", "msg body", 0, "ack subject", "ack body"],
- [2, "action name", 0, 0, "60s", "msg subject", "msg subject", "msg body", 0, "ack subject", "ack body"]
- ]
- }
- },
- "functions": {
- "DCconfig_get_triggers_by_triggerids": {
- "out": {
- "params": ["triggerid", "status"],
- "values": [1, 0]
- }
- }
- }
- }
-]