From 396320d69e0bff1308f090330b1464ce2b07be49 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 4 Nov 2019 17:22:03 -0500 Subject: [PATCH] Fix CSITs Added dmaap notification topic to PAP config file. Fixed server IP per review comment. Change-Id: I982123f2a49ca8f28b7ada275db000826e7baef5 Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn --- .../policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 5 +++++ .../src/main/resources/papsetup/config/pap/etc/defaultConfig.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index d21556f0..995a3cec 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -38,6 +38,11 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap" + }, + { + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" }] } } 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 3205611f..e603c0b5 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 @@ -38,6 +38,11 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "10.2.0.41:3904" ], "topicCommInfrastructure" : "dmaap" + }, + { + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "10.2.0.41:3904" ], + "topicCommInfrastructure" : "dmaap" }] } } \ No newline at end of file -- 2.16.6