From fde1278d60942865e721dbc7ca89e09846d07dc8 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 1 Jul 2021 15:46:53 -0400 Subject: Add POLICY-STATISTICS topic to CSITs Added the topic. Also reduced the heartbeat interval so that statistics will be updated more frequently, reducing the time that some of the tests take. Issue-ID: POLICY-3405 Change-Id: I532a89b3e29884cf19f3a070d725280d9d10b637 Signed-off-by: Jim Hahn --- csit/config/pap/defaultConfig.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'csit') diff --git a/csit/config/pap/defaultConfig.json b/csit/config/pap/defaultConfig.json index 15bba3f4..828e53dd 100644 --- a/csit/config/pap/defaultConfig.json +++ b/csit/config/pap/defaultConfig.json @@ -9,7 +9,7 @@ "aaf": false }, "pdpParameters": { - "heartBeatMs": 120000, + "heartBeatMs": 20000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 @@ -35,6 +35,14 @@ "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap", "useHttps": true + }, + { + "topic" : "POLICY-STATISTICS", + "effectiveTopic": "POLICY-PDP-PAP", + "consumerGroup": "policy-pap", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap", + "useHttps": true }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", -- cgit 1.2.3-korg