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