aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2021-05-21 14:50:40 +0200
committerMichael Morris <michael.morris@est.tech>2021-06-02 18:34:00 +0000
commitfcebea12e92e470154d52e07950f2187f72a88fc (patch)
tree6bcbac4839acbe967efe28a97686ae661c228df1 /README.md
parent77a93f0ab60737fbee4fa4b007d5b6b842a1b5e0 (diff)
Add maven profiles and testsuite for helm validator
Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ic6706c64b887fb589d3638fee5de51bf15f59e23
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 53f1ad399a..4789fd189c 100644
--- a/README.md
+++ b/README.md
@@ -162,7 +162,15 @@ There are 2 options to start them:
The test suites are located here:
* BE: `integration-tests/src/test/resources/ci/testSuites/backend`
* FE: `integration-tests/src/test/resources/ci/testSuites/frontend`
-
+
+#### Integration tests with Helm Validator
+
+Those tests use container built externally in other ONAP repository: [sdc/sdc-helm-validator](https://gerrit.onap.org/r/admin/repos/sdc/sdc-helm-validator)
+
+You can run those tests same as default integration tests by adding additional profile to maven commands:
+`integration-tests-with-helm-validator`
+* To start SDC with Helm Validator run: `mvn clean install -P start-sdc,integration-tests-with-helm-validator`
+* To execute tests that use Helm Validator use: `mvn clean install -P run-integration-tests,integration-tests-with-helm-validator`
## Accessing SDC UI in Dev Mode (Legacy way)
In order to access the SDC UI from your dev environment you need to do the following: