X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=fb4fb36ece16b74030d9a10932263a9e38dc4aa6;hb=ff383bb22dcf671c68c543294556fe303feb27ff;hp=1ff00707f10997570cf2899756d3951a4413b3c5;hpb=c65f5b0d9ad73ce3f66eabc22e80244546e97238;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index 1ff0070..fb4fb36 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -7,7 +7,7 @@ }, "rmr": { "protPort": "tcp:14560", - "maxSize": 4096, + "maxSize": 8192, "numWorkers": 1, "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ"], "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION"] @@ -21,5 +21,20 @@ "HostAddr" : "localhost", "port" : "8989", "baseUrl" : "/" + }, + "controls": { + "e2tSubReqTimeout_ms": 2000, + "e2tSubDelReqTime_ms": 2000, + "e2tRecvMsgTimeout_ms": 2000, + "e2tMaxSubReqTryCount": 2, + "e2tMaxSubDelReqTryCount": 2, + "readSubsFromDb": "true", + "dbTryCount": 2, + "dbRetryForever": "false", + "waitRouteCleanup_ms": 100, + "subscription": { + "host": "localhost:8088", + "timeout": 2 + } } }