Restored UT cases + reduced UT run time
[ric-plt/submgr.git] / test / config-file.json
index 1ff0070..93dd1cd 100644 (file)
@@ -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"]
       "HostAddr" : "localhost",
       "port" : "8989",
       "baseUrl" : "/"
+    },
+    "controls": {
+      "e2tSubReqTimeout_ms": 2000,
+      "e2tSubDelReqTime_ms": 2000,
+      "e2tRecvMsgTimeout_ms": 2000,
+      "e2tMaxSubReqTryCount": 2,
+      "e2tMaxSubDelReqTryCount": 2,
+      "waitRouteCleanup_ms": 100,
+      "readSubsFromDb": "true",
+      "subscription": {
+          "host": "localhost:8088",
+          "timeout": 2
+      }
     }
 }