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 --- .../ci/tests/datatypes/enums/MandatoryServiceArtifactTypeEnum.java | 2 +- .../java/org/onap/sdc/frontend/ci/tests/datatypes/DataTestIdEnum.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'integration-tests/src') diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/datatypes/enums/MandatoryServiceArtifactTypeEnum.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/datatypes/enums/MandatoryServiceArtifactTypeEnum.java index ee3e3db17b..ee3f19fdd1 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/datatypes/enums/MandatoryServiceArtifactTypeEnum.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/datatypes/enums/MandatoryServiceArtifactTypeEnum.java @@ -26,7 +26,7 @@ public enum MandatoryServiceArtifactTypeEnum { INSTANT_FLOWS(null, "instantiationflows".toLowerCase(), "Management Flows"), SERVICE_ART_PLAN(null, "serviceartifactplan".toLowerCase(), "Service Artifact Plan"), SUM_OF_ELEMENTS(null, "summaryofimpactstoecompelements".toLowerCase(), "Summary of impacts to ECOMP elements,OSSs, BSSs"), - CONTROL_LOOP_FUN(null, "controlloopfunctions".toLowerCase(), "Control Loop Functions"), + AUTOMATION_COMPOSITION_FUN(null, "automationcompositionfunctions".toLowerCase(), "Automation Composition Functions"), DIMENSIONNING_INFO(null, "dimensioninginfo".toLowerCase(), "Dimensioning Info"), AFFINITY_RULES(null, "affinityrules".toLowerCase(), "Affinity Rules"), OPERATIONAL_POLICIES(null, "operationalpolicies".toLowerCase(), "Operational Policies"), diff --git a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/datatypes/DataTestIdEnum.java b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/datatypes/DataTestIdEnum.java index d03896689f..1fe4fd10b1 100644 --- a/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/datatypes/DataTestIdEnum.java +++ b/integration-tests/src/test/java/org/onap/sdc/frontend/ci/tests/datatypes/DataTestIdEnum.java @@ -572,7 +572,7 @@ public final class DataTestIdEnum { @Getter public enum InformationalArtifactsService { AFFINITY_RULES("artifact_Display_Name-Affinity Rules"), - CONTROL_LOOP_FUNCTIONS("artifact_Display_Name-Control Loop Functions"), + AUTOMATION_COMPOSITION_FUNCTIONS("artifact_Display_Name-Automation Composition Functions"), DEPLOYMENT_VOTING_RECORD("artifact_Display_Name-Deployment Voting Record"), DIMENSIONING_INFO("artifact_Display_Name-Dimensioning Info"), DISTRIBUTION_INSTRUCTION("artifact_Display_Name-Distribution Instructions"), -- cgit 1.2.3-korg