From: Jim Hahn Date: Thu, 1 Jul 2021 19:46:53 +0000 (-0400) Subject: Add POLICY-STATISTICS topic to CSITs X-Git-Tag: 2.3.0~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F122400%2F1;p=policy%2Fdocker.git 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 --- 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",