X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=integration-tests%2Fpom.xml;h=a2d03a58150a2c164b06bffbf073559709b1db4a;hb=da029d72802abc2099aa0c19f957efaf63cefb17;hp=addb4519b75313f808f2ae5a8fa10c60f7d2b83c;hpb=61663b92910868a4de51c6fe9a7cef7da96da7e9;p=sdc.git diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index addb4519b7..a2d03a5815 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. @@ -18,12 +19,12 @@ limitations under the License. ============LICENSE_END========================================================= ================================================================================ --> + + 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 - org.openecomp.sdc sdc-integration-tests jar sdc-integration-tests @@ -31,12 +32,12 @@ limitations under the License. org.openecomp.sdc sdc-main - 1.7.0-SNAPSHOT + 1.10.2-SNAPSHOT 3.141.59 - 0.27.0 + 0.29.0 integration-test 9042 @@ -46,11 +47,15 @@ limitations under the License. asdc_user Aa1234%^! ${project.build.directory}/chef-config + ${project.build.directory}/plugins/sdc-be /tmp/sdc-integration-tests - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - - 2.53.1 + latest + 86.0 + true + 1.3.1 + + 1.6.6 @@ -67,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 @@ -102,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 @@ -130,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 + @@ -138,6 +189,12 @@ limitations under the License. ${assertj.version} test + + org.apache.commons + commons-text + ${apache-commons-text.version} + test + com.clearspring.analytics stream @@ -149,6 +206,16 @@ limitations under the License. httpclient ${httpclient.version} test + + + commons-codec + commons-codec + + + org.apache.httpcomponents + httpcore + + org.apache.httpcomponents @@ -181,6 +248,12 @@ limitations under the License. + + org.onap.sdc.sdc-tosca + sdc-tosca + ${sdc-tosca-parser.version} + + org.seleniumhq.selenium @@ -191,7 +264,7 @@ limitations under the License. org.seleniumhq.selenium selenium-server - 4.0.0-alpha-2 + ${selenium.version} test @@ -213,6 +286,10 @@ limitations under the License. com.fasterxml.jackson.core jackson-core + + org.slf4j + jcl-over-slf4j + @@ -226,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 @@ -239,6 +320,28 @@ limitations under the License. 3.3 test + + org.springframework + spring-core + ${spring.version} + test + + + org.onap.portal.sdk + epsdk-fw + ${ecomp.version} + test + + + log4j + log4j + + + org.owasp.esapi + esapi + + + @@ -267,6 +370,28 @@ limitations under the License. + + copy-sdc-be-plugins + pre-integration-test + + copy-resources + + + ${it.sdc-be.plugins} + + + + ../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target + + false + + etsi-nfv-nsd-csar-plugin-${project.version}.jar + + + + + + @@ -291,8 +416,9 @@ limitations under the License. + org.apache.maven.plugins maven-antrun-plugin - 1.8 + ${maven-antrun-plugin.version} set-folder-permission @@ -302,7 +428,9 @@ limitations under the License. - + @@ -314,9 +442,11 @@ limitations under the License. pre-integration-test - - + + @@ -350,16 +480,17 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.5.5 + ${httpclient.version} - true - 1.35 + ${verbose} + ${docker.api.version} true + true - onap/sdc-cassandra:${it.docker.version} + ${docker.namespace}/sdc-cassandra:${it.docker.version} sdc-cassandra @@ -372,7 +503,8 @@ limitations under the License. sdc-cs - ${it.chef.config}:/root/chef-solo/environments + ${it.chef.config}:/root/chef-solo/environments + @@ -408,7 +540,7 @@ limitations under the License. - onap/sdc-cassandra-init:${it.docker.version} + ${docker.namespace}/sdc-cassandra-init:${it.docker.version} sdc-cassandra-init @@ -424,7 +556,9 @@ limitations under the License. sdc-cs-init - ${it.chef.config}:/home/sdc/chef-solo/environments + ${it.chef.config}:/home/sdc/chef-solo/environments + + @@ -439,11 +573,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} @@ -457,12 +591,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 @@ -472,33 +607,36 @@ 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 - -Xdebug - -agentlib:jdwp=transport=dt_socket,address=4001,server=y,suspend=n -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}:/app/jetty/logs - + sdc-onboard-BE direct @@ -522,25 +660,31 @@ limitations under the License. - onap/sdc-backend:${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} - -Xdebug - -agentlib:jdwp=transport=dt_socket,address=4000,server=y,suspend=n -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 + @@ -568,7 +712,7 @@ limitations under the License. - onap/sdc-backend-init:${it.docker.version} + ${docker.namespace}/sdc-backend-init:${it.docker.version} sdc-backend-init @@ -580,12 +724,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 @@ -596,24 +742,25 @@ limitations under the License. - onap/sdc-frontend:${it.docker.version} + ${docker.namespace}/sdc-frontend:${it.docker.version} sdc-frontend ${it.env.name} - -Xdebug - -agentlib:jdwp=transport=dt_socket,address=6000,server=y,suspend=n -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 + @@ -641,12 +788,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 @@ -655,7 +799,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 @@ -666,6 +811,7 @@ limitations under the License. 8080 8443 + 5000 @@ -673,6 +819,7 @@ limitations under the License. 8285:8080 8286:8443 + 5000:5000 custom @@ -698,12 +845,10 @@ limitations under the License. - - -debug -Xmx512m 1920 @@ -728,6 +873,32 @@ limitations under the License. + + ${docker.namespace}/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 + + + @@ -762,6 +933,12 @@ limitations under the License. 1 true + + + testng.dtd.http + true + + src/test/resources/ci/testSuites/backend/onapApiSanity.xml src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -791,4 +968,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 + + + + + + +