From c8bc4d451d6a517b3eeff53c5bf0a49f3840b07c Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Wed, 26 May 2021 09:45:45 +0200 Subject: Add test cases for Helm validation Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz Signed-off-by: Tomasz Wrobel Signed-off-by: Joanna Jeremicz Change-Id: Ic68907aa385e5a735d0948ca2177e6aac12b2e7b --- .../Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect | 1 + 1 file changed, 1 insertion(+) create mode 100644 integration-tests/src/test/resources/Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect (limited to 'integration-tests/src/test/resources/Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect') diff --git a/integration-tests/src/test/resources/Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect b/integration-tests/src/test/resources/Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect new file mode 100644 index 0000000000..6e895ae278 --- /dev/null +++ b/integration-tests/src/test/resources/Files/CNFs/helm_validator/with_warnings/one_warning_two_files_expect @@ -0,0 +1 @@ +"one_warning.tgz":[{"level":"WARNING","message":"WARNING: [HELM VALIDATOR]: [WARNING] templates/: directory not found"}] -- cgit 1.2.3-korg