Fixing distribution and properties
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / netconf-executor / src / test / resources / application-test.properties
1 #
2 # Copyright © 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright © 2019 IBM, Bell Canada.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
19 blueprintsprocessor.db.username=sa
20 blueprintsprocessor.db.password=
21 blueprintsprocessor.db.driverClassName=org.h2.Driver
22 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
23 blueprintsprocessor.db.hibernateDDLAuto=update
24 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
25 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
26 # Controller Blueprints Core Configuration
27 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
28 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
29
30 # Python executor
31 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
32 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints
33
34 # Executor Options
35 blueprintsprocessor.netconfExecutor.enabled=true