mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update integration test for config
This commit is contained in:
@@ -844,40 +844,46 @@ func testCgrCfgV1ReloadConfigSection(t *testing.T) {
|
||||
"Enabled": true,
|
||||
"Readers": []interface{}{
|
||||
map[string]interface{}{
|
||||
"ConcurrentReqs": 1024,
|
||||
"ContentFields": content,
|
||||
"FieldSep": ",",
|
||||
"Filters": []interface{}{},
|
||||
"Flags": map[string]interface{}{},
|
||||
"HeaderFields": []interface{}{},
|
||||
"ID": "*default",
|
||||
"ProcessedPath": "/var/spool/cgrates/cdrc/out",
|
||||
"RunDelay": 0,
|
||||
"SourcePath": "/var/spool/cgrates/cdrc/in",
|
||||
"Tenant": nil,
|
||||
"Timezone": "",
|
||||
"TrailerFields": []interface{}{},
|
||||
"Type": "*file_csv",
|
||||
"XmlRootPath": []interface{}{utils.EmptyString},
|
||||
"PartialCacheExpiryAction": "",
|
||||
"PartialRecordCache": 0,
|
||||
"CacheDumpFields": nil,
|
||||
"ConcurrentReqs": 1024,
|
||||
"ContentFields": content,
|
||||
"FieldSep": ",",
|
||||
"Filters": []interface{}{},
|
||||
"Flags": map[string]interface{}{},
|
||||
"HeaderFields": []interface{}{},
|
||||
"ID": "*default",
|
||||
"ProcessedPath": "/var/spool/cgrates/cdrc/out",
|
||||
"RunDelay": 0,
|
||||
"SourcePath": "/var/spool/cgrates/cdrc/in",
|
||||
"Tenant": nil,
|
||||
"Timezone": "",
|
||||
"TrailerFields": []interface{}{},
|
||||
"Type": "*file_csv",
|
||||
"XmlRootPath": []interface{}{utils.EmptyString},
|
||||
},
|
||||
map[string]interface{}{
|
||||
"ConcurrentReqs": 1024,
|
||||
"FieldSep": ",",
|
||||
"Filters": nil,
|
||||
"CacheDumpFields": nil,
|
||||
"ConcurrentReqs": 1024,
|
||||
"FieldSep": ",",
|
||||
"Filters": nil,
|
||||
"Flags": map[string]interface{}{
|
||||
"*dryrun": []interface{}{},
|
||||
},
|
||||
"HeaderFields": []interface{}{},
|
||||
"ID": "file_reader1",
|
||||
"ProcessedPath": "/tmp/ers/out",
|
||||
"RunDelay": -1.,
|
||||
"SourcePath": "/tmp/ers/in",
|
||||
"Tenant": nil,
|
||||
"Timezone": "",
|
||||
"TrailerFields": []interface{}{},
|
||||
"Type": "*file_csv",
|
||||
"XmlRootPath": []interface{}{utils.EmptyString},
|
||||
"ContentFields": content,
|
||||
"HeaderFields": []interface{}{},
|
||||
"PartialCacheExpiryAction": "",
|
||||
"PartialRecordCache": 0,
|
||||
"ID": "file_reader1",
|
||||
"ProcessedPath": "/tmp/ers/out",
|
||||
"RunDelay": -1.,
|
||||
"SourcePath": "/tmp/ers/in",
|
||||
"Tenant": nil,
|
||||
"Timezone": "",
|
||||
"TrailerFields": []interface{}{},
|
||||
"Type": "*file_csv",
|
||||
"XmlRootPath": []interface{}{utils.EmptyString},
|
||||
"ContentFields": content,
|
||||
},
|
||||
},
|
||||
"SessionSConns": []string{
|
||||
|
||||
Reference in New Issue
Block a user