diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2023-06-08 12:19:02 +0100 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2023-06-12 08:17:49 +0000 |
commit | 5006eef32b196e3dbc95fe1a0d8cd33a8ffab5b4 (patch) | |
tree | 9dd9b2b7921948483adc59e5cc5552c5358fdc6d /participant/participant-impl/participant-impl-simulator/src/test/resources | |
parent | 5ccedbf315e6879005e1748baaccbfda9e81097e (diff) |
Add pom structure for mock participant in ACM
Issue-ID: POLICY-4723
Change-Id: I43049431327f4126b2e66fc456e876d57388f604
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator/src/test/resources')
-rw-r--r-- | participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml b/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml new file mode 100644 index 000000000..e83484459 --- /dev/null +++ b/participant/participant-impl/participant-impl-simulator/src/test/resources/application-test.yaml @@ -0,0 +1,22 @@ +participant: + intermediaryParameters: + reportingTimeInterval: 120000 + description: Participant Description + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c01 + clampAutomationCompositionTopics: + topicSources: + - + topic: POLICY-ACRUNTIME-PARTICIPANT + servers: + - localhost + topicCommInfrastructure: dmaap + fetchTimeout: 15000 + topicSinks: + - + topicCommInfrastructure: dmaap + servers: + - localhost + topic: POLICY-ACRUNTIME-PARTICIPANT + participantSupportedElementTypes: + - typeName: org.onap.policy.clamp.acm.SimAutomationCompositionElement + typeVersion: 1.0.0 |