Update license text part 3
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / src / main / resources / ci / conf / attsdc.yaml
1 # ============LICENSE_START==========================================
2 # ONAP : APPC
3 # ===================================================================
4 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
5 # ===================================================================
6 #
7 # Unless otherwise specified, all software contained herein is licensed
8 # under the Apache License, Version 2.0 (the License);
9 # you may not use this software except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #    http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 #
20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 # ============LICENSE_END============================================
22 outputFolder: target
23 reportName: index.html
24 catalogBeHost: localhost
25 catalogFeHost: localhost
26 esHost: localhost
27 disributionClientHost: localhost
28 catalogFePort: 8181
29 catalogBePort: 8080
30 disributionClientPort: 8181
31 esPort: 9200
32 neoHost: localhost
33 neoPort: 7474
34 neoDBusername: neo4j    
35 neoDBpassword: 123456
36
37 resourceConfigDir: src/test/resources/CI/tests
38 componentsConfigDir: src/test/resources/CI/components
39 importResourceConfigDir: src/test/resources/CI/importResource
40 importResourceTestsConfigDir: src/test/resources/CI/importResourceTests
41 errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml
42
43 titanPropertiesFile: src/main/resources/ci/conf/titan.properties
44
45 stopOnClassFailure: false
46
47 #List of non-abstract resources to keep during titan cleanup between tests
48 #Only 1.0 version will be kept
49 resourcesNotToDelete:
50      - tosca.nodes.Compute
51      - tosca.nodes.Database
52      - tosca.nodes.ObjectStorage
53      - tosca.nodes.BlockStorage
54      - tosca.nodes.LoadBalancer
55      - org.openecomp.d2.resource.cp.Port
56      - org.openecomp.d2.resource.vl.Network