Revise integration tests after StorDB addition

This commit is contained in:
ionutboangiu
2023-04-27 15:05:08 -04:00
committed by Dan Christian Bogos
parent 5227b4d447
commit 3e22cef9cb
305 changed files with 4055 additions and 3148 deletions

View File

@@ -6,6 +6,9 @@
"reconnects": 1,
},
"stor_db": {
"db_type": "*internal"
},
"listen": {
"rpc_json": ":2012",

View File

@@ -19,6 +19,10 @@
"db_port": 6379,
"db_name": "11",
},
"stor_db": {
"db_type": "*internal",
},
"caches":{
"partitions": {

View File

@@ -19,6 +19,10 @@
"db_type": "*internal",
},
"stor_db": {
"db_type": "*internal"
},
"caches":{
"remote_conns": ["gob_cache"], // the conns that are queried when the items are not found in cache
},

View File

@@ -21,7 +21,11 @@
"db_port": 27017,
},
"stor_db": {
"db_type": "mongo",
"db_name": "cgrates",
"db_port": 27017
},
"rpc_conns": {

View File

@@ -21,7 +21,9 @@
"db_name": "10", // data_db database name to connect to
},
"stor_db": {
"db_password": "CGRateS.org"
},
"rpc_conns": {
"cache_conn": {