From e3de4c9d214983d38a7d66e89dae5d4bba170ca3 Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Wed, 21 Apr 2021 13:59:12 +0200 Subject: Integrate helm validator with SDC-BE - Read helm validator configuration - Add call to helm validator during Helm validation - Add JUnit tests - Fix display message when CNF upload is unsuccessful - Show warning messages from validation after CNF upload Issue-ID: SDC-3185 Signed-off-by: Joanna Jeremicz Change-Id: If197d557e6ddef4a07bef986d7cf133aedcb2cc5 Signed-off-by: Piotr Marcinkiewicz --- integration-tests/environments/integration-test.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'integration-tests') diff --git a/integration-tests/environments/integration-test.json b/integration-tests/environments/integration-test.json index 1f804b81c6..e71e53b01d 100644 --- a/integration-tests/environments/integration-test.json +++ b/integration-tests/environments/integration-test.json @@ -38,6 +38,13 @@ "VnfRepo": { "vnfRepoPort": "8702", "vnfRepoHost": "10.0.14.1" + }, + "HelmValidator": { + "validator_enabled": false, + "helm_version": "v3", + "deployable": true, + "lintable": false, + "strict_lintable": false } }, "override_attributes": { -- cgit 1.2.3-korg