From 4f3fe21aa98a196ef1ddd62e1ac84a6c2e4c13cf Mon Sep 17 00:00:00 2001 From: jh7358 Date: Wed, 16 Oct 2019 11:51:46 -0400 Subject: Generate notifications when policies change Updated existing PAP code to make use of new notification classes. Change-Id: I4637ad92ac4f432f215cfc837e672c75074d88b5 Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn --- main/src/test/resources/e2e/PapConfigParameters.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/src/test/resources/e2e') diff --git a/main/src/test/resources/e2e/PapConfigParameters.json b/main/src/test/resources/e2e/PapConfigParameters.json index 0c86e8fe..17507bdb 100644 --- a/main/src/test/resources/e2e/PapConfigParameters.json +++ b/main/src/test/resources/e2e/PapConfigParameters.json @@ -37,6 +37,10 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" + },{ + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "noop" }] } } -- cgit 1.2.3-korg