From 938548c5c6c1935f426b6f9e671d969e15371389 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Thu, 22 Jul 2021 09:10:51 +0200 Subject: Fix helm-validator integration tests. - Skip helm-validator tests when helm validator is disabled, - Align expected validation message. Issue-ID: SDC-3646 Signed-off-by: Tomasz Wrobel Change-Id: Ia6d415e44545748e23b6130de1ad1d6946730265 --- .../src/test/resources/Files/CNFs/helm-package-valid_expect | 2 +- .../src/test/resources/ci/testSuites/backend/onapApiSanity.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/src/test/resources/Files/CNFs/helm-package-valid_expect b/integration-tests/src/test/resources/Files/CNFs/helm-package-valid_expect index 8923fa7865..093d0ef179 100644 --- a/integration-tests/src/test/resources/Files/CNFs/helm-package-valid_expect +++ b/integration-tests/src/test/resources/Files/CNFs/helm-package-valid_expect @@ -1 +1 @@ -"third.tgz":[{"level":"WARNING","message":"WARNING: [HELM VALIDATOR]: [WARNING] templates/: directory not found"}] +"status":"Success" diff --git a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml index 8ce016d09f..c81bbdcff8 100644 --- a/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/backend/onapApiSanity.xml @@ -7,7 +7,8 @@ - + + -- cgit 1.2.3-korg