diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-14 10:13:16 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-28 10:44:36 +0000 |
commit | b15eda6e03133862f071a6dc0127c3bc660aad1f (patch) | |
tree | 2465a306b7d3d5a052187e91034bf5382bbd120a /policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json | |
parent | fbfc234895c48282e2e92b44c8c8b49745e81745 (diff) |
Add ACM regression test suite
Issue-ID: POLICY-4920
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7
Diffstat (limited to 'policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json')
-rw-r--r-- | policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json b/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json new file mode 100644 index 00000000..a8598aaf --- /dev/null +++ b/policy-regression-tests/policy-clamp-regression/src/test/resources/data/AcUpdateProperty.json @@ -0,0 +1,27 @@ +{ + "name": "DemoInstance0", + "version": "1.0.1", + "compositionId": "COMPOSITIONIDPLACEHOLDER", + "instanceId": "INSTANCEIDPLACEHOLDER", + "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" + }, + "description": "Policy Automation Composition Element for the Demo", + "properties": { + "policy_type_id": { + "name": "onap.policies.native.Apex", + "version": "1.0.0" + }, + "policy_id": { + "get_input": "acm_element_policy_updated" + }, + "new_property": "test" + } + } + } +}
\ No newline at end of file |