diff options
author | 2023-04-14 14:05:31 +0100 | |
---|---|---|
committer | 2023-04-17 11:35:49 +0100 | |
commit | ad9a1e88471b5073fe24399b0f51e8ae5bca3e05 (patch) | |
tree | 289f9945c064023c96a9972cdaa43ae915c6b5a1 /docs/development/devtools/smoke/json | |
parent | 3c9df4d7ec185580fe1591d7003a42237fb8f23f (diff) |
Update doc CLAMP Policy Participant Smoke Tests
Update "CLAMP Policy Participant Smoke Tests"
and "CLAMP Participant Protocol Smoke Tests" docs
Issue-ID: POLICY-4643
Change-Id: If6b29b2a7cae85aeefaa056431e12d78cc6c077e
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/development/devtools/smoke/json')
-rw-r--r-- | docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json b/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json new file mode 100644 index 00000000..aa8ca23d --- /dev/null +++ b/docs/development/devtools/smoke/json/instantiation_pptnt_smoke.json @@ -0,0 +1,26 @@ +{ + "compositionId": "{{compositionId}}", + "name": "DemoInstance1", + "version": "1.0.1", + "description": "Demo automation composition instance 0", + "elements": { + "709c62b3-8918-41b9-a747-d21eb79c6c20": { + "id": "709c62b3-8918-41b9-a747-d21eb79c6c20", + "definition": { + "name": "onap.policy.clamp.ac.element.Policy_AutomationCompositionElement", + "version": "1.2.3" + }, + "participantId": "101c62b3-8918-41b9-a747-d21eb79c6c03", + "description": "Starter Automation Composition Element for the Demo", + "properties": { + "policy_type_id": { + "name": "onap.policies.operational.pm-subscription-handler", + "version": "1.0.0" + }, + "policy_id": { + "get_input": "acm_element_policy" + } + } + } + } +} |