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 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'integration-tests') 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 + + + + + + -- cgit 1.2.3-korg