Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | outputFolder: target |
| 2 | reportName: index.html |
| 3 | catalogBeHost: 127.0.0.1 |
| 4 | catalogFeHost: fehost |
| 5 | esHost: eshost |
| 6 | disributionClientHost: disClient |
| 7 | catalogFePort: 8181 |
| 8 | catalogBePort: 8080 |
| 9 | disributionClientPort: 8181 |
| 10 | esPort: 9200 |
| 11 | neoHost: neoHost |
| 12 | neoPort: 7474 |
| 13 | neoDBusername: neo4j |
| 14 | neoDBpassword: 123456 |
| 15 | url: http://localhost:8285/sdc1 |
| 16 | remoteTestingMachineIP: 0.0.0.0 |
| 17 | remoteTestingMachinePort: 5566 |
| 18 | remoteTesting: false |
| 19 | resourceConfigDir: src/test/resources/CI/tests |
| 20 | componentsConfigDir: src/test/resources/CI/components |
| 21 | importResourceConfigDir: src/test/resources/CI/importResource |
| 22 | importResourceTestsConfigDir: src/test/resources/CI/importResourceTests |
| 23 | errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml |
| 24 | configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml |
| 25 | importTypesConfigDir: src/test/resources/CI/importTypesTest |
| 26 | browser: FireFox |
| 27 | windowsDownloadDirectory: "c:\\apache-ftpserver-1.1.0\\res\\home\\" |
| 28 | systemUnderDebug: false |
| 29 | reportDBhost: dbhost |
| 30 | reportDBport: 27017 |
| 31 | |
| 32 | useBrowserMobProxy: false |
| 33 | captureTraffic: false |
| 34 | |
| 35 | titanPropertiesFile: src/main/resources/ci/conf/titan.properties |
| 36 | |
| 37 | stopOnClassFailure: false |
| 38 | |
| 39 | #List of non-abstract resources to keep during titan cleanup between tests |
| 40 | #Only 1.0 version will be kept |
| 41 | resourcesNotToDelete: |
| 42 | - tosca.nodes.Compute |
| 43 | - tosca.nodes.Database |
| 44 | - tosca.nodes.ObjectStorage |
| 45 | - tosca.nodes.BlockStorage |
| 46 | - tosca.nodes.LoadBalancer |
| 47 | - org.openecomp.resource.cp.Port |
| 48 | - org.openecomp.resource.vl.Network |
| 49 | |
| 50 | #Resource categories to keep (including all their subcategories) |
| 51 | resourceCategoriesNotToDelete: |
| 52 | - Generic |
| 53 | - Network L2-3 |
| 54 | - Network L4+ |
| 55 | - Application L4+ |
| 56 | - Network Connectivity |
| 57 | |
| 58 | #Service categories to keep |
| 59 | serviceCategoriesNotToDelete: |
| 60 | - Mobility |
| 61 | - Network L1-3 |
| 62 | - Network L4 |
| 63 | - VoIP Call Control |