X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-tests%2Fpom.xml;h=a5d719576137affa4d64a1bb776f6ca1f0ef3a80;hb=049d078d8abbe637b213a2f14c2192379208c168;hp=726bc5b6f099a153d6810c584782db04883bc368;hpb=a9fffd2555cc45630ec9be9ce44b3f7ab2ed0241;p=sdc.git diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 726bc5b6f0..a5d7195761 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,6 +3,7 @@ SDC ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +Modifications copyright (c) 2020-2021 Nokia ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,8 +21,8 @@ limitations under the License. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 sdc-integration-tests @@ -31,12 +32,12 @@ limitations under the License. org.openecomp.sdc sdc-main - 1.7.2-SNAPSHOT + 1.10.0-SNAPSHOT 3.141.59 - 0.27.0 + 0.29.0 integration-test 9042 @@ -49,10 +50,12 @@ limitations under the License. ${project.build.directory}/plugins/sdc-be /tmp/sdc-integration-tests latest - 2.53.1 + 86.0 + true + 1.2.2 - 1.6.5 + 1.6.6 @@ -69,15 +72,9 @@ limitations under the License. test - com.google.guava - guava - 25.0-jre - compile - - - junit - junit - ${junit.version} + org.hamcrest + hamcrest + ${hamcrest.version} test @@ -104,18 +101,54 @@ limitations under the License. ${project.version} test + + org.openecomp.sdc + openecomp-sdc-vendor-software-product-manager + ${project.version} + test + + + org.springframework + spring-core + + + com.aventstack extentreports 3.0.6 test + + + org.jsoup + jsoup + + + org.apache.httpcomponents + httpmime + + + org.mongodb + mongodb-driver + + + + + org.mongodb + mongodb-driver + 3.12.10 + org.janusgraph janusgraph-core ${janusgraph.version} test + + gremlin-groovy + org.apache.tinkerpop + slf4j-log4j12 org.slf4j @@ -132,6 +165,22 @@ limitations under the License. org.apache.thrift libthrift + + org.apache.commons + commons-text + + + commons-codec + commons-codec + + + dom4j + dom4j + + + org.slf4j + jcl-over-slf4j + @@ -140,6 +189,12 @@ limitations under the License. ${assertj.version} test + + org.apache.commons + commons-text + ${apache-commons-text.version} + test + com.clearspring.analytics stream @@ -151,6 +206,16 @@ limitations under the License. httpclient ${httpclient.version} test + + + commons-codec + commons-codec + + + org.apache.httpcomponents + httpcore + + org.apache.httpcomponents @@ -199,7 +264,7 @@ limitations under the License. org.seleniumhq.selenium selenium-server - 4.0.0-alpha-2 + ${selenium.version} test @@ -221,6 +286,10 @@ limitations under the License. com.fasterxml.jackson.core jackson-core + + org.slf4j + jcl-over-slf4j + @@ -234,12 +303,16 @@ limitations under the License. proxy-vole 1.0.2 test - - - org.hamcrest - hamcrest - ${hamcrest.version} - test + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + commons-net @@ -248,10 +321,22 @@ limitations under the License. test - org.apache.logging.log4j - log4j-api - 2.13.1 + org.springframework + spring-core + ${spring.version} + test + + + org.onap.portal.sdk + epsdk-fw + ${ecomp.version} test + + + log4j + log4j + + @@ -291,10 +376,13 @@ limitations under the License. ${it.sdc-be.plugins} - ../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target + + ../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target + false - etsi-nfv-nsd-csar-plugin-${project.version}.jar + etsi-nfv-nsd-csar-plugin-${project.version}.jar + @@ -324,8 +412,9 @@ limitations under the License. + org.apache.maven.plugins maven-antrun-plugin - 1.8 + ${maven-antrun-plugin.version} set-folder-permission @@ -335,7 +424,9 @@ limitations under the License. - + @@ -347,9 +438,11 @@ limitations under the License. pre-integration-test - - + + @@ -383,16 +476,17 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5.5 + ${httpclient.version} - true + ${verbose} ${docker.api.version} true + true - onap/sdc-cassandra:${it.docker.version} + ${docker.namespace}/sdc-cassandra:${it.docker.version} sdc-cassandra @@ -405,7 +499,8 @@ limitations under the License. sdc-cs - ${it.chef.config}:/root/chef-solo/environments + ${it.chef.config}:/root/chef-solo/environments + @@ -441,7 +536,7 @@ limitations under the License. - onap/sdc-cassandra-init:${it.docker.version} + ${docker.namespace}/sdc-cassandra-init:${it.docker.version} sdc-cassandra-init @@ -457,7 +552,9 @@ limitations under the License. sdc-cs-init - ${it.chef.config}:/home/sdc/chef-solo/environments + ${it.chef.config}:/home/sdc/chef-solo/environments + + @@ -472,11 +569,11 @@ limitations under the License. - onap/sdc-onboard-cassandra-init:${it.docker.version} + ${docker.namespace}/sdc-onboard-cassandra-init:${it.docker.version} sdc-cassandra-onboard-init - sdc-cassandra + sdc-cassandra-init ${project.version} @@ -490,12 +587,13 @@ limitations under the License. sdc-cs-onboard-init - ${it.chef.config}:/home/sdc/chef-solo/environments + ${it.chef.config}:/home/sdc/chef-solo/environments + - Initializing onboard schemas + Onboarding init was successful custom @@ -505,28 +603,32 @@ limitations under the License. - onap/sdc-onboard-backend:${it.docker.version} + ${docker.namespace}/sdc-onboard-backend:${it.docker.version} sdc-onboard-backend sdc-cassandra-onboard-init - ${it.cassandra.ssl.enabled} + ${it.cassandra.ssl.enabled} + ${it.sdc.cluster.name} ${it.sdc.user} ${it.sdc.password} ${it.env.name} onap/cert - -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:4001 -Xmx1g -Xms1g + + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:4001 + -Xmx1g -Xms1g + sdc-onboard-BE - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - ${project.basedir}/src/test/resources/cert:/var/lib/jetty/onap/cert + ${it.chef.config}:/app/jetty/chef-solo/environments + ${project.basedir}/src/test/resources/cert/onboarding-be:/app/jetty/onap/cert - ${it.shared.volume}:/var/lib/jetty/logs + ${it.shared.volume}:/app/jetty/logs @@ -554,23 +656,31 @@ limitations under the License. - onap/sdc-backend-all-plugins:${it.docker.version} + ${docker.namespace}/sdc-backend-all-plugins:${it.docker.version} sdc-backend sdc-cassandra-init - ${it.cassandra.ssl.enabled} + ${it.cassandra.ssl.enabled} + ${it.env.name} - -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:4000 - -Xmx1536m -Xms1536m + + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:4000 + -Xmx1536m -Xms1536m + + onap/cert + nsdCert sdc-BE - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - ${it.shared.volume}:/var/lib/jetty/logs + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs + + ${project.basedir}/src/test/resources/cert/catalog-be:/app/jetty/onap/cert + @@ -598,7 +708,7 @@ limitations under the License. - onap/sdc-backend-init:${it.docker.version} + ${docker.namespace}/sdc-backend-init:${it.docker.version} sdc-backend-init @@ -610,12 +720,14 @@ limitations under the License. sdc-BE-init - ${it.chef.config}:/home/onap/chef-solo/environments - ${it.shared.volume}:/var/lib/jetty/logs + + ${it.chef.config}:/home/onap/chef-solo/environments + + ${it.shared.volume}:/home/onap/logs - + Chef Client finished @@ -626,22 +738,25 @@ limitations under the License. - onap/sdc-frontend:${it.docker.version} + ${docker.namespace}/sdc-frontend:${it.docker.version} sdc-frontend ${it.env.name} - -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:6000 - -Xmx256m -Xms256m + + -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:6000 + -Xmx256m -Xms256m + sdc-FE - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - ${it.shared.volume}:/var/lib/jetty/logs + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs - ${it.chef.config}/plugins-configuration.yaml:/var/lib/jetty/config/catalog-fe/plugins-configuration.yaml + ${it.chef.config}/plugins-configuration.yaml:/app/jetty/config/catalog-fe/plugins-configuration.yaml + @@ -669,12 +784,9 @@ limitations under the License. - onap/sdc-simulator:${it.docker.version} + ${docker.namespace}/sdc-simulator:${it.docker.version} sdc-simulator - - sdc-frontend - -Xmx128m -Xms128m -Xss1m @@ -683,7 +795,8 @@ limitations under the License. sdc-sim - ${it.chef.config}:/root/chef-solo/environments + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs @@ -694,6 +807,7 @@ limitations under the License. 8080 8443 + 5000 @@ -701,6 +815,7 @@ limitations under the License. 8285:8080 8286:8443 + 5000:5000 custom @@ -726,12 +841,10 @@ limitations under the License. - - -debug -Xmx512m 1920 @@ -756,6 +869,32 @@ limitations under the License. + + ${docker.namespace}/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version} + helm-validator + + ${it.helm-validator.disabled} + helm-validator + + + + helm-validator + direct + + 8080 + + + + + 8085:8080 + + + custom + sdc-network + helm-validator + + + @@ -825,4 +964,43 @@ limitations under the License. + + + all-for-integration-tests-only + + true + false + + + + integration-tests-with-helm-validator + + false + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + 1 + true + + + testng.dtd.http + true + + + + src/test/resources/ci/testSuites/backend/onapApiSanity.xml + src/test/resources/ci/testSuites/frontend/onapUiSanity.xml + src/test/resources/ci/testSuites/backend/helmValidatorTests.xml + src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml + + + + + + +