X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fblueprint-model%2Farchetype-blueprint%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2FTests%2Fkotlin%2Forg%2Fonap%2Fccsdk%2Fcds%2Fcontrollerblueprints%2Fcore%2Fservice%2FBlueprintVelocityTemplateTest.kt;fp=components%2Fmodel-catalog%2Fblueprint-model%2Farchetype-blueprint%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2FTests%2Fkotlin%2Forg%2Fonap%2Fccsdk%2Fcds%2Fcontrollerblueprints%2Fcore%2Fservice%2FBlueprintVelocityTemplateTest.kt;h=aa3cf3dabd799a3af60c7e702faeba868c622bfe;hb=43496fb210dd08bd934fedf2e5e1bba4636000d1;hp=56d23a210b5319a0058aa9f08f8539017e162626;hpb=27778ac1289588a9f68e9b9408819f7bfb1c7d21;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintVelocityTemplateTest.kt b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintVelocityTemplateTest.kt index 56d23a210..aa3cf3dab 100644 --- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintVelocityTemplateTest.kt +++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/org/onap/ccsdk/cds/controllerblueprints/core/service/BlueprintVelocityTemplateTest.kt @@ -31,14 +31,6 @@ import kotlin.test.assertNotNull class BlueprintVelocityTemplateTest { - private val velocityHome = System.getenv("velocity_path") - - - @BeforeTest - fun setup() { - val properties = Properties() - properties["file.resource.loader.path"] = velocityHome - } @Test fun testVelocityGeneratedContent() { runBlocking {