diff options
author | 2024-05-09 17:07:19 +0100 | |
---|---|---|
committer | 2024-05-09 16:11:38 +0000 | |
commit | 32367d1ee2d60cda964bbfa7d512d23696a43449 (patch) | |
tree | ca9be6a089130f7211f1455e4e458706601bcd7e /docs/development/devtools/smoke/files/participant-sim-application.yaml | |
parent | f3c67bbd6e447bae31238f6912be00ce77bb168c (diff) |
Update docs for CLAMP Automation Composition Smoke Tests
Issue-ID: POLICY-4992
Change-Id: I47736726a7c4d464225569af2b7a7502d9feeedd
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/development/devtools/smoke/files/participant-sim-application.yaml')
-rw-r--r-- | docs/development/devtools/smoke/files/participant-sim-application.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/development/devtools/smoke/files/participant-sim-application.yaml b/docs/development/devtools/smoke/files/participant-sim-application.yaml new file mode 100644 index 00000000..2d23c12c --- /dev/null +++ b/docs/development/devtools/smoke/files/participant-sim-application.yaml @@ -0,0 +1,22 @@ + +participant: + intermediaryParameters: + reportingTimeIntervalMs: 120000 + description: Participant Description + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c90 + clampAutomationCompositionTopics: + topicSources: + - topic: policy-acruntime-participant + servers: + - ${topicServer:localhost:29092} + topicCommInfrastructure: kafka + fetchTimeout: 15000 + topicSinks: + - topic: policy-acruntime-participant + servers: + - ${topicServer:localhost:29092} + topicCommInfrastructure: kafka + participantSupportedElementTypes: + - + typeName: org.onap.policy.clamp.acm.SimAutomationCompositionElement + typeVersion: 1.0.0 |