From bf6cc68f7f6c58f57ca8a384bbe71f4061a9285c Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 21 Nov 2022 15:26:58 +0000 Subject: Add A1 PMS participant Issue-ID: CCSDK-3816 Signed-off-by: aravind.est Change-Id: I00c04542f5ec4672b1c3a29ca32477bf5d2ca336 --- .../src/test/resources/application-test.yaml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml (limited to 'participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml') diff --git a/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml new file mode 100755 index 000000000..be33b5249 --- /dev/null +++ b/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml @@ -0,0 +1,24 @@ +participant: + intermediaryParameters: + reportingTimeInterval: 120000 + description: Participant Description + participantId: + name: A1PMSParticipant0 + version: 1.0.0 + participantType: + name: org.onap.policy.clamp.acm.A1PMSParticipant + version: 2.3.4 + clampAutomationCompositionTopics: + topicSources: + - + topic: POLICY-ACRUNTIME-PARTICIPANT + servers: + - localhost + topicCommInfrastructure: dmaap + fetchTimeout: 15000 + topicSinks: + - + topicCommInfrastructure: dmaap + servers: + - localhost + topic: POLICY-ACRUNTIME-PARTICIPANT \ No newline at end of file -- cgit 1.2.3-korg