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 /integration-tests | |
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 'integration-tests')
2 files changed, 2 insertions, 2 deletions
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"), |