diff options
author | Sirisha_Manchikanti <sirisha.manchikanti@est.tech> | 2022-02-28 15:09:00 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-03-08 13:21:29 +0000 |
commit | 0f30b5b0aad2bfed9f30ff28fb5312b7838825de (patch) | |
tree | d667f60e17f79119591261bc67adc8a3af9e65f3 /catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json | |
parent | a8dc9814f491649e59bcfa17039615cd71477db1 (diff) |
Rename ControlLoop to AutomationComposition
This commit is to keep ControlLoop nomenclature in SDC aligned to
changes in https://jira.onap.org/browse/POLICY-3938 where "Control Loop"
is renamed as "Automation Composition"
Issue-ID: SDC-3891
Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech>
Change-Id: I8be013e564b780e9196c116d31b5c4c4d4b72662
Diffstat (limited to 'catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json')
-rw-r--r-- | catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json b/catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json index fe326b7a48..286487c7cc 100644 --- a/catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json +++ b/catalog-ui/cypress/fixtures/general-page/service-metadata-update-response.json @@ -44,15 +44,15 @@ "isFromCsar": false, "empty": false }, - "controlloopfunctions": { + "automationcompositionfunctions": { "heatParamUpdated": false, "timeout": 0, "creatorFullName": "Carlos Santana", "creationDate": 1574671218342, - "uniqueId": "94629a8a-604e-4e91-b825-33b7001cb98b.controlloopfunctions", + "uniqueId": "94629a8a-604e-4e91-b825-33b7001cb98b.automationcompositionfunctions", "generated": false, - "artifactDisplayName": "Control Loop Functions", - "artifactLabel": "controlloopfunctions", + "artifactDisplayName": "Automation Composition Functions", + "artifactLabel": "automationcompositionfunctions", "artifactGroupType": "INFORMATIONAL", "userIdCreator": "m08740", "updaterFullName": "Carlos Santana", @@ -548,15 +548,15 @@ "archiveTime": 1574695514690, "systemName": "Service1", "allArtifacts": { - "controlloopfunctions": { + "automationcompositionfunctions": { "heatParamUpdated": false, "timeout": 0, "creatorFullName": "Carlos Santana", "creationDate": 1574671218342, - "uniqueId": "94629a8a-604e-4e91-b825-33b7001cb98b.controlloopfunctions", + "uniqueId": "94629a8a-604e-4e91-b825-33b7001cb98b.automationcompositionfunctions", "generated": false, - "artifactDisplayName": "Control Loop Functions", - "artifactLabel": "controlloopfunctions", + "artifactDisplayName": "Automation Composition Functions", + "artifactLabel": "automationcompositionfunctions", "artifactGroupType": "INFORMATIONAL", "userIdCreator": "m08740", "updaterFullName": "Carlos Santana", @@ -837,4 +837,4 @@ }, "icon": "defaulticon", "name": "Service1" -}
\ No newline at end of file +} |