JulienBe | 930ed25 | 2020-08-25 22:20:30 +0200 | [diff] [blame] | 1 | #### Remote Front Testing with Docker container (COMMENT ALL FOR LOCAL) |
| 2 | url: http://sdc-sim:8080/sdc1 |
| 3 | remoteTestingMachineIP: 127.0.0.1 |
| 4 | remoteTestingMachinePort: 4444 |
| 5 | remoteTesting: true |
| 6 | useBrowserMobProxy: false |
| 7 | captureTraffic: false |
sebdet | 5b05708 | 2020-09-01 23:47:27 +0200 | [diff] [blame] | 8 | downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation |
JulienBe | 930ed25 | 2020-08-25 22:20:30 +0200 | [diff] [blame] | 9 | uiSimulator: true |
| 10 | |
| 11 | #### Local Front end testing |
| 12 | #url: http://localhost:8285/sdc1 |
| 13 | #remoteTesting: false |
| 14 | #useBrowserMobProxy: false |
| 15 | #captureTraffic: false |
andre.schmid | 2801496 | 2021-02-26 18:19:50 +0000 | [diff] [blame^] | 16 | #downloadAutomationFolder: /tmp/sdc-integration-tests/downloadAutomation |
JulienBe | 930ed25 | 2020-08-25 22:20:30 +0200 | [diff] [blame] | 17 | #uiSimulator: true |
| 18 | |
| 19 | #### Backend Testing |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 20 | outputFolder: target |
| 21 | reportName: index.html |
| 22 | catalogBeHost: 127.0.0.1 |
| 23 | catalogFeHost: 127.0.0.1 |
| 24 | onboardingBeHost: 127.0.0.1 |
| 25 | onboardingBePort: 8081 |
| 26 | esHost: eshost |
| 27 | disributionClientHost: disClient |
| 28 | catalogFePort: 8181 |
| 29 | catalogBePort: 8080 |
| 30 | disributionClientPort: 8181 |
| 31 | isDistributionClientRunning: true |
| 32 | esPort: 9200 |
| 33 | neoHost: neoHost |
| 34 | neoPort: 7474 |
| 35 | neoDBusername: neo4j |
| 36 | neoDBpassword: 123456 |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 37 | systemUnderDebug: false |
JulienBe | 930ed25 | 2020-08-25 22:20:30 +0200 | [diff] [blame] | 38 | resourceConfigDir: src/test/resources/ci/tests |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 39 | importResourceConfigDir: ../catalog-be/src/main/resources/import/tosca/capability-types |
JulienBe | 930ed25 | 2020-08-25 22:20:30 +0200 | [diff] [blame] | 40 | importResourceTestsConfigDir: src/test/resources/ci/importResourceTests |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 41 | errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml |
| 42 | configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 43 | |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 44 | cassandraHost: 127.0.0.1 |
| 45 | cassandraAuthenticate: false |
| 46 | cassandraUsername: koko |
| 47 | cassandraPassword: bobo |
| 48 | cassandraSsl: false |
| 49 | cassandraTruststorePath : /path/path |
| 50 | cassandraTruststorePassword : 123123 |
| 51 | cassandraAuditKeySpace: sdcaudit |
| 52 | cassandraArtifactKeySpace: sdcartifact |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 53 | |
| 54 | sdcHttpMethod: http |
| 55 | localDataCenter: DC-Automate01 |
| 56 | |
| 57 | stopOnClassFailure: false |
| 58 | |
| 59 | #List of non-abstract resources to keep during janus graph cleanup between tests |
| 60 | #Only 1.0 version will be kept |
| 61 | resourcesNotToDelete: |
| 62 | - Compute |
| 63 | - Database |
| 64 | - ObjectStorage |
| 65 | - BlockStorage |
| 66 | - LoadBalancer |
| 67 | - Port |
| 68 | - Network |
| 69 | - Root |
| 70 | - ContainerApplication |
| 71 | - ContainerRuntime |
| 72 | - DBMS |
| 73 | - SoftwareComponent |
| 74 | - WebApplication |
| 75 | - WebServer |
| 76 | - CinderVolume |
| 77 | - ContrailVirtualNetwork |
| 78 | - NeutronNet |
| 79 | - NeutronPort |
| 80 | - NovaServer |
| 81 | - AbstractSubstitute |
| 82 | - ContrailAbstractSubstitute |
| 83 | - ContrailCompute |
| 84 | - ContrailNetworkRules |
| 85 | - ContrailPort |
| 86 | - ContrailV2NetworkRules |
| 87 | - ContrailV2VirtualMachineInterface |
| 88 | - ContrailV2VirtualNetwork |
| 89 | - ContrailVirtualNetwork |
| 90 | - VL ELINE |
| 91 | - SecurityRules |
| 92 | - VL |
| 93 | |
| 94 | #Resource categories to keep (including all their subcategories) |
| 95 | resourceCategoriesNotToDelete: |
| 96 | - Generic |
| 97 | - Network L2-3 |
| 98 | - Network L4+ |
| 99 | - Application L4+ |
| 100 | - Network Connectivity |
| 101 | - DCAE Component |
| 102 | - Template |
| 103 | - Allotted Resource |
| 104 | |
| 105 | #Service categories to keep |
| 106 | serviceCategoriesNotToDelete: |
| 107 | - Mobility |
| 108 | - Network L1-3 |
| 109 | - Network L4+ |
| 110 | - VoIP Call Control |