aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/conf/attsdc.yaml
diff options
context:
space:
mode:
authorJulienBe <julien.bertozzi@intl.att.com>2020-08-25 22:20:30 +0200
committerChristophe Closset <christophe.closset@intl.att.com>2020-09-02 06:55:42 +0000
commit930ed2515529bd7ff054b083816587b6d46f56b5 (patch)
treef6609e186e4c15c6149ebc1196c89fa1175c978d /integration-tests/src/test/resources/ci/conf/attsdc.yaml
parent6912567fc8eb045cc10868a01fb62dfbb2cd9937 (diff)
Add sdc startup in IT
Add the UI part with the latest selenium and firefox driver in headless Issue-ID: SDC-3232 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I5c5da5a26eda3042d94995f67937c105edef74c0 Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Diffstat (limited to 'integration-tests/src/test/resources/ci/conf/attsdc.yaml')
-rw-r--r--integration-tests/src/test/resources/ci/conf/attsdc.yaml97
1 files changed, 0 insertions, 97 deletions
diff --git a/integration-tests/src/test/resources/ci/conf/attsdc.yaml b/integration-tests/src/test/resources/ci/conf/attsdc.yaml
deleted file mode 100644
index 21dbe64d14..0000000000
--- a/integration-tests/src/test/resources/ci/conf/attsdc.yaml
+++ /dev/null
@@ -1,97 +0,0 @@
-outputFolder: target
-reportName: index.html
-catalogBeHost: 127.0.0.1
-catalogFeHost: 127.0.0.1
-onboardingBeHost: 127.0.0.1
-onboardingBePort: 8081
-esHost: eshost
-disributionClientHost: disClient
-catalogFePort: 8181
-catalogBePort: 8080
-disributionClientPort: 8181
-isDistributionClientRunning: true
-esPort: 9200
-neoHost: neoHost
-neoPort: 7474
-neoDBusername: neo4j
-neoDBpassword: 123456
-windowsDownloadDirectory: "c:\\apache-ftpserver-1.1.0\\res\\home"
-systemUnderDebug: false
-resourceConfigDir: src/test/resources/CI/tests
-componentsConfigDir: src/test/resources/CI/components
-importResourceConfigDir: ../catalog-be/src/main/resources/import/tosca/capability-types
-importResourceTestsConfigDir: src/test/resources/CI/importResourceTests
-errorConfigurationFile: ../catalog-be/src/main/resources/config/error-configuration.yaml
-configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml
-importTypesConfigDir: src/test/resources/CI/importTypesTest
-
-
-janusGraphPropertiesFile: src/test/resources/ci/conf/janusgraph.properties
-cassandraHost: 127.0.0.1
-cassandraAuthenticate: false
-cassandraUsername: koko
-cassandraPassword: bobo
-cassandraSsl: false
-cassandraTruststorePath : /path/path
-cassandraTruststorePassword : 123123
-cassandraAuditKeySpace: sdcaudit
-cassandraArtifactKeySpace: sdcartifact
-url: http://localhost:8285/sdc1
-
-sdcHttpMethod: http
-localDataCenter: DC-Automate01
-
-stopOnClassFailure: false
-
-#List of non-abstract resources to keep during janus graph cleanup between tests
-#Only 1.0 version will be kept
-resourcesNotToDelete:
- - Compute
- - Database
- - ObjectStorage
- - BlockStorage
- - LoadBalancer
- - Port
- - Network
- - Root
- - ContainerApplication
- - ContainerRuntime
- - DBMS
- - SoftwareComponent
- - WebApplication
- - WebServer
- - CinderVolume
- - ContrailVirtualNetwork
- - NeutronNet
- - NeutronPort
- - NovaServer
- - AbstractSubstitute
- - ContrailAbstractSubstitute
- - ContrailCompute
- - ContrailNetworkRules
- - ContrailPort
- - ContrailV2NetworkRules
- - ContrailV2VirtualMachineInterface
- - ContrailV2VirtualNetwork
- - ContrailVirtualNetwork
- - VL ELINE
- - SecurityRules
- - VL
-
-#Resource categories to keep (including all their subcategories)
-resourceCategoriesNotToDelete:
- - Generic
- - Network L2-3
- - Network L4+
- - Application L4+
- - Network Connectivity
- - DCAE Component
- - Template
- - Allotted Resource
-
-#Service categories to keep
-serviceCategoriesNotToDelete:
- - Mobility
- - Network L1-3
- - Network L4+
- - VoIP Call Control \ No newline at end of file