From 12b078dbb0468c046f3fcfba60348b136396cf70 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Wed, 15 May 2019 15:21:34 -0400 Subject: Add cli executor component Change-Id: I0997e9bc71b74bdff57bd2405a9b1ec962130715 Issue-ID: CCSDK-1335 Signed-off-by: Brinda Santh --- .../application/src/test/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'ms/blueprintsprocessor/application/src/test/resources') diff --git a/ms/blueprintsprocessor/application/src/test/resources/application.properties b/ms/blueprintsprocessor/application/src/test/resources/application.properties index 7e462f25d..09ee651a4 100644 --- a/ms/blueprintsprocessor/application/src/test/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/test/resources/application.properties @@ -44,4 +44,5 @@ security.user.name:ccsdkapps blueprintprocessor.resourceResolution.enabled=true blueprintprocessor.netconfExecutor.enabled=true blueprintprocessor.restConfExecutor.enabled=true +blueprintsprocessor.cliExecutor.enabled=true blueprintprocessor.remoteScriptCommand.enabled=false -- cgit 1.2.3-korg