Make UatExecutor accessible inside a CBA JUnit test 79/130779/7
authorFrank Kimmlingen <frank.kimmlingen@telekom.de>
Wed, 7 Sep 2022 09:23:52 +0000 (11:23 +0200)
committerFrank Kimmlingen <frank.kimmlingen@telekom.de>
Fri, 9 Sep 2022 12:59:06 +0000 (12:59 +0000)
commit43496fb210dd08bd934fedf2e5e1bba4636000d1
tree27874cf1746f7c7f02ab47c2bcaf581a440ec669
parent27778ac1289588a9f68e9b9408819f7bfb1c7d21
Make UatExecutor accessible inside a CBA JUnit test

Issue-ID: CCSDK-3748
Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de>
Change-Id: Icbc0a44d91fd08f2e06a12bcdf016655a2b2282d
15 files changed:
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/BlueprintAcceptanceSunnyTest.kt [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SampleResourceResolutionTest.kt [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/uat/base/BaseBlueprintsAcceptanceTest.kt [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/uat/base/BaseUatResourceResolutionTest.kt [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/uat/logging/SmartColorDiscriminator.kt [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintVelocityTemplateTest.kt
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/resources/application-test.properties [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/resources/application.properties [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/resources/error-messages_en.properties [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/resources/logback-test.xml [new file with mode: 0644]
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
docs/modelingconcepts/test.rst
ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/uat/utils/UatExecutor.kt