aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-07-07 12:26:04 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-07 12:26:04 +0000
commitfdbd773c3a09b8002c51393c529597b671b2d042 (patch)
treeb4778cba67aeaffa353fa4413840d27d7efb8cbe /testsuites/stability/src
parenta87b9d9e191b4dee5d821db55d1ff4fd70b8d73a (diff)
parent18bf88fc5aed7586249319af690fb5c09451ad03 (diff)
Merge "Use separate subscription for heartbeats"
Diffstat (limited to 'testsuites/stability/src')
-rw-r--r--testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json b/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json
index 4af2f5df..b98cdef9 100644
--- a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json
+++ b/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json
@@ -34,6 +34,14 @@
"servers" : [ "10.2.0.41:3904" ],
"topicCommInfrastructure" : "dmaap",
"fetchTimeout": 15000
+ },
+ {
+ "topic" : "PDP-HEARTBEAT",
+ "effectiveTopic": "POLICY-PDP-PAP",
+ "consumerGroup": "policy-pap",
+ "servers" : [ "10.2.0.41:3904" ],
+ "topicCommInfrastructure" : "dmaap",
+ "fetchTimeout": 15000
}],
"topicSinks" : [{
"topic" : "POLICY-PDP-PAP",
@@ -46,4 +54,4 @@
"topicCommInfrastructure" : "dmaap"
}]
}
-} \ No newline at end of file
+}