X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=93dd1cd4abdcdac1bfd3ba6bf6735b1a8813fde2;hb=fe2cdabf98e8d1028bbe1713daa187e538f042a0;hp=a6cdac4ebce281a905a4b1c6479598d2cc79b914;hpb=2f26fb2885e2afda0c2908acbdf923ca63a1fbc6;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index a6cdac4..93dd1cd 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -22,15 +22,17 @@ "port" : "8989", "baseUrl" : "/" }, - "subscription": { - "host": "localhost:8088", - "timeout": 2 - }, "controls": { "e2tSubReqTimeout_ms": 2000, "e2tSubDelReqTime_ms": 2000, "e2tRecvMsgTimeout_ms": 2000, "e2tMaxSubReqTryCount": 2, - "e2tMaxSubDelReqTryCount": 2 + "e2tMaxSubDelReqTryCount": 2, + "waitRouteCleanup_ms": 100, + "readSubsFromDb": "true", + "subscription": { + "host": "localhost:8088", + "timeout": 2 + } } }