diff options
author | Jim Hahn <jrh3@att.com> | 2021-07-01 15:46:53 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-07-01 15:48:17 -0400 |
commit | fde1278d60942865e721dbc7ca89e09846d07dc8 (patch) | |
tree | f97544231b61306cb4172bec87c6f46208a767a1 /csit | |
parent | df1a5bd938487aad49ccb112b679adba5a04cdac (diff) |
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 <jrh3@att.com>
Diffstat (limited to 'csit')
-rw-r--r-- | csit/config/pap/defaultConfig.json | 10 |
1 files changed, 9 insertions, 1 deletions
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", |