From 6d4057b032a30daa8388f9f1a323eae1581eb91c Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 28 Jun 2023 19:59:14 +0100 Subject: Introduce new profiles to run IT separately Signed-off-by: Vasyl Razinkov Change-Id: I2d64360ced72bbf122d826f9cf7b5d8b90b123b5 Issue-ID: SDC-4553 --- integration-tests/pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) 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 + + -- cgit 1.2.3-korg