diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-01-29 17:51:52 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-09 10:29:59 +0000 |
commit | dfc5d564659ea5faccceaf5ecb7eb6fbc54bd701 (patch) | |
tree | db9dcf25f3daf387aba6940f93ddb1e40bf833b2 /testsuites | |
parent | 875d5ca25cf09bbf80a8493639f2abfc501fc844 (diff) |
Remove Dmaap from PAP
Issue-ID: POLICY-4402
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Ib1715bde8b4d0ca78b3c74c62784d5579900c2d4
Diffstat (limited to 'testsuites')
-rw-r--r-- | testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json | 8 |
1 files changed, 4 insertions, 4 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 f7149b4a..144eca4d 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 @@ -32,7 +32,7 @@ "topicSources" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "10.2.0.41:3904" ], - "topicCommInfrastructure" : "dmaap", + "topicCommInfrastructure" : "NOOP", "fetchTimeout": 15000 }, { @@ -40,18 +40,18 @@ "effectiveTopic": "POLICY-PDP-PAP", "consumerGroup": "policy-pap", "servers" : [ "10.2.0.41:3904" ], - "topicCommInfrastructure" : "dmaap", + "topicCommInfrastructure" : "NOOP", "fetchTimeout": 15000 }], "topicSinks" : [{ "topic" : "POLICY-PDP-PAP", "servers" : [ "10.2.0.41:3904" ], - "topicCommInfrastructure" : "dmaap" + "topicCommInfrastructure" : "NOOP" }, { "topic" : "POLICY-NOTIFICATION", "servers" : [ "10.2.0.41:3904" ], - "topicCommInfrastructure" : "dmaap" + "topicCommInfrastructure" : "NOOP" }] } } |