Added tests for CDRsV1.ProcessEvent

This commit is contained in:
Tripon Alexandru-Ionut
2019-03-29 15:25:46 +02:00
committed by Dan Christian Bogos
parent 30d9689082
commit 4e3ba8e133
6 changed files with 438 additions and 3 deletions

View File

@@ -36,12 +36,26 @@
"rals_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"stats_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"thresholds_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
},
"attributes": {
"enabled": true,
},
"stats": {
"enabled": true,
"store_interval": "1s",
"thresholds_conns": [
{"address": "*internal"}
],
},
"thresholds": {
"enabled": true,
"store_interval": "1s",

View File

@@ -36,12 +36,26 @@
"rals_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"stats_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"thresholds_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
},
"attributes": {
"enabled": true,
},
"stats": {
"enabled": true,
"store_interval": "1s",
"thresholds_conns": [
{"address": "*internal"}
],
},
"thresholds": {
"enabled": true,
"store_interval": "1s",

View File

@@ -36,12 +36,26 @@
"rals_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"stats_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
"thresholds_conns": [
{"address": "127.0.0.1:2012", "transport":"*json"},
],
},
"attributes": {
"enabled": true,
},
"stats": {
"enabled": true,
"store_interval": "1s",
"thresholds_conns": [
{"address": "*internal"}
],
},
"thresholds": {
"enabled": true,
"store_interval": "1s",