Updated integration tests

This commit is contained in:
Trial97
2020-11-27 17:53:11 +02:00
committed by Dan Christian Bogos
parent 9de6a2d172
commit bd10472bf8
9 changed files with 280 additions and 182 deletions

View File

@@ -35,8 +35,9 @@ import (
)
var (
dataDir = flag.String("data_dir", "/usr/share/cgrates", "CGR data dir path here")
dbType = flag.String("dbtype", utils.MetaInternal, "The type of DataBase (Internal/Mongo/mySql)")
dataDir = flag.String("data_dir", "/usr/share/cgrates", "CGR data dir path here")
dbType = flag.String("dbtype", utils.MetaInternal, "The type of DataBase (Internal/Mongo/mySql)")
encoding = flag.String("rpc", utils.MetaJSON, "what encoding whould be used for rpc comunication")
)
func TestLoadConfig(t *testing.T) {