From aecf1a0e9e03ecf9ecf631d8c8a38539313be31a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 14 Oct 2019 16:37:45 -0400 Subject: Component Script Executor Fix Fixing ExecutionServiceInput object initialization and related test cases Issue-ID: CCSDK-1829 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I43354487abfb10a98b29d749aa77b08cfdff51b8 --- .../services/execution/AbstractComponentFunction.kt | 4 ++-- .../services/execution/ComponentFunctionScriptingService.kt | 1 + .../services/execution/scripts/AbstractComponentFunctionTest.kt | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ms') diff --git a/ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/AbstractComponentFunction.kt b/ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/AbstractComponentFunction.kt index 5163a93ac..bee919249 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/AbstractComponentFunction.kt +++ b/ms/blueprintsprocessor/modules/services/execution-service/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/services/execution/AbstractComponentFunction.kt @@ -167,9 +167,9 @@ abstract class AbstractComponentFunction : BlueprintFunctionNode