diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-05-26 09:45:45 +0200 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-06-15 16:30:42 +0000 |
commit | c8bc4d451d6a517b3eeff53c5bf0a49f3840b07c (patch) | |
tree | 14e3757b946c275021b09176a9c24ac100e73485 /integration-tests/environments | |
parent | ddf9aaefc753b492fb72144d597a27df8080a4ab (diff) |
Add test cases for Helm validation
Issue-ID: SDC-3185
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b
Diffstat (limited to 'integration-tests/environments')
-rw-r--r-- | integration-tests/environments/integration-test.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index e71e53b01d..3402113ed2 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -40,11 +40,12 @@ "vnfRepoHost": "10.0.14.1" }, "HelmValidator": { - "validator_enabled": false, + "validator_enabled": true, "helm_version": "v3", "deployable": true, - "lintable": false, - "strict_lintable": false + "lintable": true, + "strict_lintable": false, + "validator_url": "http://helm-validator:8080/validate" } }, "override_attributes": { |