diff options
author | 2024-07-29 15:43:06 +0100 | |
---|---|---|
committer | 2024-08-01 09:32:29 +0000 | |
commit | 1836bd57d497827977f175fa88cb7ed49b485e30 (patch) | |
tree | cae64837d3c49df9dcce44f936f9d299cb2444fc /csit/resources/tests/data | |
parent | b837fdc8f0ac8aab67a4af0fcf7103a26ab02bf9 (diff) |
Add tests for add/remove elements in migration
Issue-ID: POLICY-4917
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: If42e834954e19f4fe21642be042caea6da10d33e
Diffstat (limited to 'csit/resources/tests/data')
-rw-r--r-- | csit/resources/tests/data/ac-definition-migration-to.yaml | 4 | ||||
-rw-r--r-- | csit/resources/tests/data/ac-instance-migration-to.yaml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/csit/resources/tests/data/ac-definition-migration-to.yaml b/csit/resources/tests/data/ac-definition-migration-to.yaml index efc550b0..5a5b57e4 100644 --- a/csit/resources/tests/data/ac-definition-migration-to.yaml +++ b/csit/resources/tests/data/ac-definition-migration-to.yaml @@ -128,7 +128,7 @@ topology_template: provider: ONAP startPhase: 0 - onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement: + onap.policy.clamp.ac.element.Sim_NewAutomationCompositionElement: version: 1.2.4 type: org.onap.policy.clamp.acm.SimAutomationCompositionElement type_version: 1.0.0 @@ -149,5 +149,5 @@ topology_template: version: 1.2.4 - name: onap.policy.clamp.ac.element.Sim_BridgeAutomationCompositionElement version: 1.2.4 - - name: onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement + - name: onap.policy.clamp.ac.element.Sim_NewAutomationCompositionElement version: 1.2.4 diff --git a/csit/resources/tests/data/ac-instance-migration-to.yaml b/csit/resources/tests/data/ac-instance-migration-to.yaml index 65b684a3..68a31a59 100644 --- a/csit/resources/tests/data/ac-instance-migration-to.yaml +++ b/csit/resources/tests/data/ac-instance-migration-to.yaml @@ -47,10 +47,10 @@ elements: - configurationEntityId: myParameterToUpdate: TEXTPLACEHOLDER - 709c62b3-8918-41b9-a747-d21eb79c6c36: - id: 709c62b3-8918-41b9-a747-d21eb79c6c36 + 709c62b3-8918-41b9-a747-d21eb79c6c37: + id: 709c62b3-8918-41b9-a747-d21eb79c6c37 definition: - name: onap.policy.clamp.ac.element.Sim_SinkAutomationCompositionElement + name: onap.policy.clamp.ac.element.Sim_NewAutomationCompositionElement version: 1.2.4 description: Sink Automation Composition Element for the Demo properties: |