Add declarative acceptance tests
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / test / resources / application-test.properties
1 #
2 # Copyright © 2019 Nordix Foundation.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 spring.http.log-request-details=true
18
19 blueprintsprocessor.httpPort=0
20 blueprintsprocessor.grpcEnable=true
21 blueprintsprocessor.grpcPort=0
22
23 blueprintsprocessor.db.primary.url=jdbc:h2:mem:testdb;MODE=MySQL;DB_CLOSE_DELAY=-1
24 blueprintsprocessor.db.primary.username=sa
25 blueprintsprocessor.db.primary.password=
26 blueprintsprocessor.db.primary.driverClassName=org.h2.Driver
27 blueprintsprocessor.db.primary.hibernateHbm2ddlAuto=create-drop
28 blueprintsprocessor.db.primary.hibernateDDLAuto=update
29 blueprintsprocessor.db.primary.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
30 blueprintsprocessor.db.primary.hibernateDialect=org.hibernate.dialect.H2Dialect
31
32 # The properties bellow are set programmatically
33 #blueprintsprocessor.blueprintDeployPath=
34 #blueprintsprocessor.blueprintArchivePath=
35 #blueprintsprocessor.blueprintWorkingPath=
36 #security.user.name=
37 #security.user.password=
38
39 # Python executor
40 blueprints.processor.functions.python.executor.executionPath=../../../components/scripts/python/ccsdk_blueprints
41 blueprints.processor.functions.python.executor.modulePaths=\
42   ../../../components/scripts/python/ccsdk_blueprints,\
43   ../../../components/scripts/python/ccsdk_netconf,\
44   ../../../components/scripts/python/ccsdk_restconf
45
46 # Executor Options
47 blueprintsprocessor.cliExecutor.enabled=true
48 blueprintprocessor.netconfExecutor.enabled=true
49
50 blueprintsprocessor.restconfEnabled=true