diff options
Diffstat (limited to 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 69 | ||||
-rw-r--r-- | integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/devCI/ArtifactFromCsar.java | 11 | ||||
-rw-r--r-- | integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/utils/rest/EcompUserRestUtils.java | 29 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/conf/attsdc.yaml | 2 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/CRUDArtifacts.xml (renamed from integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/ExternalApiSanity.xml (renamed from integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/SearchExternalAPI.xml (renamed from integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/artifacts.xml (renamed from integration-tests/src/test/resources/ci/testSuites/artifacts.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/cap_req.xml (renamed from integration-tests/src/test/resources/ci/testSuites/cap_req.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/category.xml (renamed from integration-tests/src/test/resources/ci/testSuites/category.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/ciFull.xml (renamed from integration-tests/src/test/resources/ci/testSuites/ciFull.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/externalAPIs.xml (renamed from integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/general.xml (renamed from integration-tests/src/test/resources/ci/testSuites/general.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/imports.xml (renamed from integration-tests/src/test/resources/ci/testSuites/imports.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/normatives.xml (renamed from integration-tests/src/test/resources/ci/testSuites/normatives.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml (renamed from integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/pass.xml (renamed from integration-tests/src/test/resources/ci/testSuites/pass.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/product.xml (renamed from integration-tests/src/test/resources/ci/testSuites/product.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/productAPIs.xml (renamed from integration-tests/src/test/resources/ci/testSuites/productAPIs.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/property.xml (renamed from integration-tests/src/test/resources/ci/testSuites/property.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/resource.xml (renamed from integration-tests/src/test/resources/ci/testSuites/resource.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/sanity.xml (renamed from integration-tests/src/test/resources/ci/testSuites/sanity.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/service.xml (renamed from integration-tests/src/test/resources/ci/testSuites/service.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/testngLifeCycle.xml (renamed from integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/backend/user.xml (renamed from integration-tests/src/test/resources/ci/testSuites/user.xml) | 0 | ||||
-rw-r--r-- | integration-tests/src/test/resources/integration-test.json | 104 |
26 files changed, 67 insertions, 148 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6906e400bd..812705df46 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -35,7 +35,7 @@ limitations under the License. </parent> <properties> - <!-- Integration tests parameters --> + <!-- SDC Startup parameters --> <it.env.name>integration-test</it.env.name> <it.cassandra.port>9042</it.cassandra.port> <it.cassandra.password>onap123#@!</it.cassandra.password> @@ -96,7 +96,6 @@ limitations under the License. <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>3.0.6</version> - <!--to update --> <scope>test</scope> </dependency> <dependency> @@ -171,6 +170,70 @@ limitations under the License. </exclusion> </exclusions> </dependency> + + <!--FOR the Frontend --> + <dependency> + <groupId>org.seleniumhq.selenium</groupId> + <artifactId>selenium-java</artifactId> + <scope>test</scope> + <version>2.53.1</version> + <exclusions> + <exclusion> + <groupId>org.eclipse.jetty</groupId> + <artifactId>jetty-util</artifactId> + </exclusion> + <exclusion> + <groupId>io.netty</groupId> + <artifactId>netty</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>net.lightbody.bmp</groupId> + <!-- To use the legacy, Jetty-based implementation, change the artifactId + to browsermob-core --> + <artifactId>browsermob-core</artifactId> + <version>2.1.4</version> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.paulhammant</groupId> + <artifactId>ngwebdriver</artifactId> + <version>0.9.7</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.markusbernhardt</groupId> + <artifactId>proxy-vole</artifactId> + <version>1.0.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest</artifactId> + <version>${hamcrest.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>3.3</version> + <scope>test</scope> + </dependency> + + <!--<dependency> + <groupId>org.seleniumhq.selenium</groupId> + <artifactId>selenium-server</artifactId> + <version>2.53.1</version> + <scope>test</scope> + </dependency>--> + </dependencies> <build> @@ -599,7 +662,7 @@ limitations under the License. <artifactId>maven-failsafe-plugin</artifactId> <configuration> <suiteXmlFiles> - <file>src/test/resources/ci/testSuites/onapApiSanity.xml</file> + <file>src/test/resources/ci/testSuites/backend/onapApiSanity.xml</file> <!--<file>src/test/resources/ci/testSuites/artifacts.xml</file>--> <!--<file>src/test/resources/ci/testSuites/cap_req.xml</file>--> <!--<file>src/test/resources/ci/testSuites/category.xml</file>--> diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/devCI/ArtifactFromCsar.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/devCI/ArtifactFromCsar.java index 4d5847cbb6..84b34d16f7 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/devCI/ArtifactFromCsar.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/execute/devCI/ArtifactFromCsar.java @@ -42,18 +42,7 @@ import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; public class ArtifactFromCsar { - - public static void main(String[] args) throws Exception { - String zipFile = "C:\\Users\\rp955r\\Documents\\InTesting\\resource-CivfonboardedFdnt2f792348-csar.csar"; - -// Map<String, Object> combinedMap = combineHeatArtifacstWithFolderArtifacsToMap(zipFile); - - Map<String, Object> vfcArtifacts = ArtifactFromCsar.getVFCArtifacts(zipFile); - - System.out.println("1234o"); - } - public static Map<String, Object> combineHeatArtifacstWithFolderArtifacsToMap(String pathToCsar) throws Exception { return combineHeatArtifacstWithFolderArtifacsToMap(pathToCsar, "output"); } diff --git a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/utils/rest/EcompUserRestUtils.java b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/utils/rest/EcompUserRestUtils.java index 52f6e12880..133b4b5403 100644 --- a/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/utils/rest/EcompUserRestUtils.java +++ b/integration-tests/src/test/java/org/onap/sdc/backend/ci/tests/utils/rest/EcompUserRestUtils.java @@ -215,33 +215,4 @@ public class EcompUserRestUtils extends BaseRestUtils { return sendGetUserRolesRequest; } - - // TODO !!!!!!!!!!!!!! - /* - * Ask Eli if implementation of users is needed DELETE ECOMP USER - */ - - /* - * public static void main(String[] args) { EcompUser ecompUser = new - * EcompUser(); ecompUser.setFirstName("Test"); - * ecompUser.setLastName("Testovich"); - * ecompUser.setActive(true); - * - * EcompRole roleToUpdate = new EcompRole(); roleToUpdate.setId(new - * Long(6)); roleToUpdate.setName("PRODUCT_STRATEGIST"); List<EcompRole> - * listOfRoles = new LinkedList<>(); listOfRoles.add(roleToUpdate); - * - * try { - * System.out.println("\n-----------------------------\n Testing pushUser"); - * System.out.println(pushUser(ecompUser)); - * System.out.println("\n-----------------------------\n Testing editUser"); - * System.out.println("\n-----------------------------\n Testing getUser"); - * // System.out.println(getUser(ecompUser.getLoginId())); System.out. - * println("\n-----------------------------\n Testing getAllUsers"); // - * System.out.println(getAllUsers()); System.out. - * println("\n-----------------------------\n Testing getAllAvailableRoles" - * ); // System.out.println(getAllAvailableRoles().toString()); System.out. - * println("\n-----------------------------\n Testing pushUserRoles"); - * TODO Auto-generated catch block e.printStackTrace(); } } - */ } diff --git a/integration-tests/src/test/resources/ci/conf/attsdc.yaml b/integration-tests/src/test/resources/ci/conf/attsdc.yaml index 29357b28b2..21dbe64d14 100644 --- a/integration-tests/src/test/resources/ci/conf/attsdc.yaml +++ b/integration-tests/src/test/resources/ci/conf/attsdc.yaml @@ -26,7 +26,7 @@ configurationFile: ../catalog-be/src/main/resources/config/configuration.yaml importTypesConfigDir: src/test/resources/CI/importTypesTest -janusGraphPropertiesFile: src/main/resources/ci/conf/janusgraph.properties +janusGraphPropertiesFile: src/test/resources/ci/conf/janusgraph.properties cassandraHost: 127.0.0.1 cassandraAuthenticate: false cassandraUsername: koko diff --git a/integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml b/integration-tests/src/test/resources/ci/testSuites/backend/CRUDArtifacts.xml index 0306e469ea..0306e469ea 100644 --- a/integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/CRUDArtifacts.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/ExternalApiSanity.xml index b17a8e69a0..b17a8e69a0 100644 --- a/integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/ExternalApiSanity.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml b/integration-tests/src/test/resources/ci/testSuites/backend/SearchExternalAPI.xml index b401c281bf..b401c281bf 100644 --- a/integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/SearchExternalAPI.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/artifacts.xml b/integration-tests/src/test/resources/ci/testSuites/backend/artifacts.xml index 1e27b81c66..1e27b81c66 100644 --- a/integration-tests/src/test/resources/ci/testSuites/artifacts.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/artifacts.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/cap_req.xml b/integration-tests/src/test/resources/ci/testSuites/backend/cap_req.xml index 9b1c6e54d3..9b1c6e54d3 100644 --- a/integration-tests/src/test/resources/ci/testSuites/cap_req.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/cap_req.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/category.xml b/integration-tests/src/test/resources/ci/testSuites/backend/category.xml index ef2c26fa5f..ef2c26fa5f 100644 --- a/integration-tests/src/test/resources/ci/testSuites/category.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/category.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/ciFull.xml b/integration-tests/src/test/resources/ci/testSuites/backend/ciFull.xml index 963c568a8f..963c568a8f 100644 --- a/integration-tests/src/test/resources/ci/testSuites/ciFull.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/ciFull.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml b/integration-tests/src/test/resources/ci/testSuites/backend/externalAPIs.xml index 637ec3e4fa..637ec3e4fa 100644 --- a/integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/externalAPIs.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/general.xml b/integration-tests/src/test/resources/ci/testSuites/backend/general.xml index 9ee63871bf..9ee63871bf 100644 --- a/integration-tests/src/test/resources/ci/testSuites/general.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/general.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/imports.xml b/integration-tests/src/test/resources/ci/testSuites/backend/imports.xml index 56d9010383..56d9010383 100644 --- a/integration-tests/src/test/resources/ci/testSuites/imports.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/imports.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/normatives.xml b/integration-tests/src/test/resources/ci/testSuites/backend/normatives.xml index 8e633e2bac..8e633e2bac 100644 --- a/integration-tests/src/test/resources/ci/testSuites/normatives.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/normatives.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml index 9f189107a5..9f189107a5 100644 --- a/integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/pass.xml b/integration-tests/src/test/resources/ci/testSuites/backend/pass.xml index 00df382cef..00df382cef 100644 --- a/integration-tests/src/test/resources/ci/testSuites/pass.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/pass.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/product.xml b/integration-tests/src/test/resources/ci/testSuites/backend/product.xml index 559fc54514..559fc54514 100644 --- a/integration-tests/src/test/resources/ci/testSuites/product.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/product.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml b/integration-tests/src/test/resources/ci/testSuites/backend/productAPIs.xml index bd5f06da15..bd5f06da15 100644 --- a/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/productAPIs.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/property.xml b/integration-tests/src/test/resources/ci/testSuites/backend/property.xml index cb8875ac64..cb8875ac64 100644 --- a/integration-tests/src/test/resources/ci/testSuites/property.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/property.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/resource.xml b/integration-tests/src/test/resources/ci/testSuites/backend/resource.xml index c2dd49011c..c2dd49011c 100644 --- a/integration-tests/src/test/resources/ci/testSuites/resource.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/resource.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/sanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/sanity.xml index 09323f2ea2..09323f2ea2 100644 --- a/integration-tests/src/test/resources/ci/testSuites/sanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/sanity.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/service.xml b/integration-tests/src/test/resources/ci/testSuites/backend/service.xml index 05300baf4b..05300baf4b 100644 --- a/integration-tests/src/test/resources/ci/testSuites/service.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/service.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml b/integration-tests/src/test/resources/ci/testSuites/backend/testngLifeCycle.xml index 9ae3cfda21..9ae3cfda21 100644 --- a/integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/testngLifeCycle.xml diff --git a/integration-tests/src/test/resources/ci/testSuites/user.xml b/integration-tests/src/test/resources/ci/testSuites/backend/user.xml index ddd90b1aa8..ddd90b1aa8 100644 --- a/integration-tests/src/test/resources/ci/testSuites/user.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/user.xml diff --git a/integration-tests/src/test/resources/integration-test.json b/integration-tests/src/test/resources/integration-test.json deleted file mode 100644 index dec9c2f042..0000000000 --- a/integration-tests/src/test/resources/integration-test.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "${it.env.name}", - "description": "OpenSource-${it.env.name}", - "json_class": "Chef::Environment", - "chef_type": "environment", - - "default_attributes": { - "disableHttp": false, - "CS_VIP": "sdc-cs", - "BE_VIP": "sdc-BE", - "ONBOARDING_BE_VIP": "sdc-onboard-BE", - "FE_VIP": "sdc-FE", - "DCAE_BE_VIP": "localhost", - "DCAE_FE_VIP": "localhost", - "DCAE_TOSCA_LAB_VIP": "localhost", - "interfaces": { - "application": "eth0", - "private": "eth1" - }, - "ECompP": { - "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi", - "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm", - "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==", - "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=", - "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=", - "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=" - }, - "UEB": { - "PublicKey": "iPIxkpAMI8qTcQj8", - "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", - "fqdn": ["10.0.11.1", "10.0.11.1"] - }, - "Nodes": { - "CS": [ - "sdc-cs" - ], - "BE": "sdc-BE", - "ONBOARDING_BE": "sdc-onboard-BE", - "FE": "sdc-FE" - }, - "VnfRepo": { - "vnfRepoPort": "8702", - "vnfRepoHost": "10.0.14.1" - } - }, - "override_attributes": { - "FE": { - "http_port": "8181", - "https_port": "9443", - "domain_name": "sdc" - }, - "BE": { - "http_port": "8080", - "https_port": "8443", - "domain_name": "sdc" - }, - "ONBOARDING_BE": { - "http_port": "8081", - "https_port": "8445", - "domain_name": "sdc", - "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" - }, - "cassandra": { - "cassandra_port": 9042, - "concurrent_reads": "32", - "num_tokens": "256", - "data_dir": "/var/lib/cassandra/data", - "hinted_handoff_enabled": "true", - "cassandra_user": "${it.sdc.user}", - "cassandra_password": "${it.sdc.password}", - "concurrent_writes": "32", - "cluster_name": "${it.sdc.cluster.name}", - "datacenter_name": "${it.sdc.cluster.name}", - "multithreaded_compaction": "false", - "cache_dir": "/var/lib/cassandra/saved_caches", - "log_file": "/var/lib/cassandra/log/system.log", - "phi_convict_threshold": "8", - "commitlog_dir": "/var/lib/cassandra/commitlog", - "socket_read_timeout": "40000", - "socket_connect_timeout": "40000", - "janusgraph_connection_timeout": "20000", - "replication_factor": "1" - }, - "DMAAP": { - "consumer": { - "host": "dcae-mrtr.com:3905", - "topic": "operationalEnvironmentEvent", - "serviceName": "dcae-mrtr.com:3905/events", - "environment": "${it.env.name}", - "partner": "BOT_R", - "username": "user1@sdc.com", - "password": "password==" - }, - "producer": { - "host": "olsd004.com:3905", - "topic": "SDC-FACADE-NOTIF-v1 ", - "serviceName": "dmaap.com:3905/events", - "environment": "${it.env.name}", - "username": "user1@sdc.com", - "password": "password==" - } - } - } -} |