summaryrefslogtreecommitdiffstats
path: root/participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2022-11-30 15:10:38 +0000
committerGerrit Code Review <gerrit@onap.org>2022-11-30 15:10:38 +0000
commit7af90cd8fdabdd1c3ae79d3551980016d6b24f7e (patch)
tree35a6b9eedc669b4a31b7f7b105f84075f4189ad0 /participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml
parent1690cb4b328ebaa70a5f93e593a076c69e8379d3 (diff)
parentbf6cc68f7f6c58f57ca8a384bbe71f4061a9285c (diff)
Merge "Add A1 PMS participant"
Diffstat (limited to 'participant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml')
-rwxr-xr-xparticipant/participant-impl/participant-impl-a1pms/src/test/resources/application-test.yaml24
1 files changed, 24 insertions, 0 deletions
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