From: vasraz Date: Wed, 28 Jun 2023 18:59:14 +0000 (+0100) Subject: Introduce new profiles to run IT separately X-Git-Tag: 1.13.2~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F135238%2F5;p=sdc.git Introduce new profiles to run IT separately Signed-off-by: Vasyl Razinkov Change-Id: I2d64360ced72bbf122d826f9cf7b5d8b90b123b5 Issue-ID: SDC-4553 --- diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9717564cdc..a2a41db32d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1053,5 +1053,69 @@ limitations under the License. + + run-integration-tests-api + + false + true + true + true + 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/backend/helmValidatorTests.xml + + + + + + + + run-integration-tests-ui + + false + true + true + true + false + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + 1 + true + + + testng.dtd.http + true + + + + src/test/resources/ci/testSuites/frontend/onapUiSanity.xml + src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml + + + + + + diff --git a/pom.xml b/pom.xml index 6d881480a9..7f2d617842 100644 --- a/pom.xml +++ b/pom.xml @@ -903,6 +903,62 @@ Modifications copyright (c) 2018-2019 Nokia integration-tests + + run-integration-tests-api + + false + + + true + true + true + + + onboarding + common-app-logging + common-app-api + common-be + common-be-tests-utils + catalog-dao + catalog-model + catalog-be + catalog-be-plugins + asdctool + catalog-ui + catalog-fe + sdc-os-chef + utils/webseal-simulator + integration-tests + + + + run-integration-tests-ui + + false + + + true + true + true + + + onboarding + common-app-logging + common-app-api + common-be + common-be-tests-utils + catalog-dao + catalog-model + catalog-be + catalog-be-plugins + asdctool + catalog-ui + catalog-fe + sdc-os-chef + utils/webseal-simulator + integration-tests + +