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