diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-11-28 14:59:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-28 14:59:43 +0000 |
commit | bff1cfc07634e2a28460deca196b5b877948684e (patch) | |
tree | ad7c573b593c37e6ec789d91fa633999f877de53 /models/src/test/resources/providers/TestAutomationCompositions.json | |
parent | fb321a1af5a5ad0b7ccbc13aab54b9a1e77af5f8 (diff) | |
parent | 933f1325044e6233ca0da1eecf223bc5bbb06b36 (diff) |
Merge "Link the AutomationComposition with AutomationCompositionDefinition"
Diffstat (limited to 'models/src/test/resources/providers/TestAutomationCompositions.json')
-rw-r--r-- | models/src/test/resources/providers/TestAutomationCompositions.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/models/src/test/resources/providers/TestAutomationCompositions.json b/models/src/test/resources/providers/TestAutomationCompositions.json index 906785244..171ce07f6 100644 --- a/models/src/test/resources/providers/TestAutomationCompositions.json +++ b/models/src/test/resources/providers/TestAutomationCompositions.json @@ -1,10 +1,7 @@ { "automationCompositionList": [ { - "definition": { - "name": "org.onap.domain.pmsh.PMSHAutomationCompositionDefinition", - "version": "1.0.0" - }, + "compositionId": "709c62b3-8918-41b9-a747-e21eb79c6c40", "state": "UNINITIALISED", "orderedState": "UNINITIALISED", "elements": { @@ -70,10 +67,7 @@ "description": "PMSH automation composition instance 0" }, { - "definition": { - "name": "org.onap.domain.pmsh.PMSHAutomationCompositionDefinition", - "version": "1.0.0" - }, + "compositionId": "709c62b3-8918-41b9-a747-e21eb79c6c40", "state": "UNINITIALISED", "orderedState": "UNINITIALISED", "elements": { |