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 --- .../resources/ci/testSuites/backend/helmValidatorTests.xml | 10 ++++++++++ .../resources/ci/testSuites/frontend/helmValidatorTests.xml | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 integration-tests/src/test/resources/ci/testSuites/backend/helmValidatorTests.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml (limited to 'integration-tests/src') diff --git a/integration-tests/src/test/resources/ci/testSuites/backend/helmValidatorTests.xml b/integration-tests/src/test/resources/ci/testSuites/backend/helmValidatorTests.xml new file mode 100644 index 0000000000..e69785d397 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/backend/helmValidatorTests.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml new file mode 100644 index 0000000000..ac44641767 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/helmValidatorTests.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit 1.2.3-korg