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