diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-12-09 10:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-09 10:41:23 +0000 |
commit | 7da3227a9090ece82343eee6f8133dbefbeee30a (patch) | |
tree | 9811a33895415e646ff84db75ce588fb175b5b66 /models/src/test/resources | |
parent | 2d3c8c987001ac176acb2feaadd885ceb1f7d234 (diff) | |
parent | a50038a6ed673819b45e9af35eb203e6e24dec99 (diff) |
Merge "Add instanceId support in AutomationCompositionProvider"
Diffstat (limited to 'models/src/test/resources')
-rw-r--r-- | models/src/test/resources/providers/TestAutomationCompositions.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models/src/test/resources/providers/TestAutomationCompositions.json b/models/src/test/resources/providers/TestAutomationCompositions.json index 171ce07f6..286759988 100644 --- a/models/src/test/resources/providers/TestAutomationCompositions.json +++ b/models/src/test/resources/providers/TestAutomationCompositions.json @@ -2,6 +2,7 @@ "automationCompositionList": [ { "compositionId": "709c62b3-8918-41b9-a747-e21eb79c6c40", + "instanceId": "809c62b3-8918-41b9-a748-e21eb79c6c89", "state": "UNINITIALISED", "orderedState": "UNINITIALISED", "elements": { @@ -68,6 +69,7 @@ }, { "compositionId": "709c62b3-8918-41b9-a747-e21eb79c6c40", + "instanceId": "809c62b3-8918-41b9-a748-e21eb79c6c90", "state": "UNINITIALISED", "orderedState": "UNINITIALISED", "elements": { |