From 0f30b5b0aad2bfed9f30ff28fb5312b7838825de Mon Sep 17 00:00:00 2001 From: Sirisha_Manchikanti Date: Mon, 28 Feb 2022 15:09:00 +0000 Subject: 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 Change-Id: I8be013e564b780e9196c116d31b5c4c4d4b72662 --- .../general-page/service-metadata-update-response.json | 18 +++++++++--------- .../fixtures/service-proxy-tabs/service-proxy.json | 16 ++++++++-------- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'catalog-ui/cypress/fixtures') 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 +} diff --git a/catalog-ui/cypress/fixtures/service-proxy-tabs/service-proxy.json b/catalog-ui/cypress/fixtures/service-proxy-tabs/service-proxy.json index 988ed75a05..c230e9bdf9 100644 --- a/catalog-ui/cypress/fixtures/service-proxy-tabs/service-proxy.json +++ b/catalog-ui/cypress/fixtures/service-proxy-tabs/service-proxy.json @@ -42,7 +42,7 @@ "artifactVersion": "0", "empty": false }, - "controlloopfunctions": { + "automationcompositionfunctions": { "duplicated": false, "creationDate": 1564291546187, "timeout": 0, @@ -52,11 +52,11 @@ "updaterFullName": "Carlos Santana", "lastUpdateDate": 1564291546187, "generated": false, - "uniqueId": "241a0305-4f6b-4796-ba27-bbb12558753f.controlloopfunctions", + "uniqueId": "241a0305-4f6b-4796-ba27-bbb12558753f.automationcompositionfunctions", "artifactType": "OTHER", "creatorFullName": "Carlos Santana", - "artifactDisplayName": "Control Loop Functions", - "artifactLabel": "controlloopfunctions", + "artifactDisplayName": "Automation Composition Functions", + "artifactLabel": "automationcompositionfunctions", "artifactGroupType": "INFORMATIONAL", "mandatory": true, "isFromCsar": false, @@ -2944,7 +2944,7 @@ "conformanceLevel": "9.0", "lastUpdateDate": 1564567405383, "allArtifacts": { - "controlloopfunctions": { + "automationcompositionfunctions": { "duplicated": false, "creationDate": 1564291546187, "timeout": 0, @@ -2954,11 +2954,11 @@ "updaterFullName": "Carlos Santana", "lastUpdateDate": 1564291546187, "generated": false, - "uniqueId": "241a0305-4f6b-4796-ba27-bbb12558753f.controlloopfunctions", + "uniqueId": "241a0305-4f6b-4796-ba27-bbb12558753f.automationcompositionfunctions", "artifactType": "OTHER", "creatorFullName": "Carlos Santana", - "artifactDisplayName": "Control Loop Functions", - "artifactLabel": "controlloopfunctions", + "artifactDisplayName": "Automation Composition Functions", + "artifactLabel": "automationcompositionfunctions", "artifactGroupType": "INFORMATIONAL", "mandatory": true, "isFromCsar": false, -- cgit 1.2.3-korg