From 1d86d11223e9c60ec65b737301b51ca9a42adff5 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Tue, 26 Mar 2019 13:54:45 +0000 Subject: Adding services-onappf module to apex-pdp 1) Adding services-onappf module to apex-pdp. 2) Following the code base from policy/pap to build the module. 3) Currently PAP is using property & configuration file for bootstrap. Continuing the same in this module as well. 4) Adding relevant test cases. Change-Id: Id9740ea60ae3ecbd88e5d6d3586ee0dde1054cca Issue-ID: POLICY-1452 Signed-off-by: a.sreekumar --- services/services-onappf/src/test/resources/topic.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 services/services-onappf/src/test/resources/topic.properties (limited to 'services/services-onappf/src/test/resources/topic.properties') diff --git a/services/services-onappf/src/test/resources/topic.properties b/services/services-onappf/src/test/resources/topic.properties new file mode 100644 index 000000000..87c6ebd54 --- /dev/null +++ b/services/services-onappf/src/test/resources/topic.properties @@ -0,0 +1,4 @@ +noop.sink.topics=POLICY-PDP-PAP +noop.sink.topics.POLICY-PDP-PAP.servers=anyserver +noop.source.topics=POLICY-PDP-PAP +noop.source.topics.POLICY-PDP-PAP.servers=anyserver \ No newline at end of file -- cgit 1.2.3-korg