From fcebea12e92e470154d52e07950f2187f72a88fc Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Fri, 21 May 2021 14:50:40 +0200 Subject: Add maven profiles and testsuite for helm validator Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek Change-Id: Ic6706c64b887fb589d3638fee5de51bf15f59e23 --- integration-tests/pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'integration-tests/pom.xml') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b79547e876..e6e1bba311 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -51,6 +51,8 @@ limitations under the License. /tmp/sdc-integration-tests latest 86.0 + true + 1.2.0 1.6.5 @@ -805,6 +807,32 @@ limitations under the License. + + onap/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 + + + @@ -882,5 +910,35 @@ limitations under the License. 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 + + + + + + -- cgit 1.2.3-korg