From b22dee9edad2c90b94cf78f5ed8fddbc1760b0a0 Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Fri, 7 May 2021 12:46:51 +0200 Subject: [vFW_CNF_CDS] Provide Helm Tests for CNF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide simple ping-based Helm tests for vFW CNF for demo purposes. Issue-ID: INT-1899 Signed-off-by: Konrad Bańka Change-Id: Ib526989760f34de790bd8d7a403941d73cb7250c --- .coafile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.coafile') diff --git a/.coafile b/.coafile index 372be892..0d741e60 100644 --- a/.coafile +++ b/.coafile @@ -1,8 +1,10 @@ [yaml] bears = YAMLLintBear yamllint_config = .yamllint +#[vFW_CNF_CDS] Helm tests use go template conditionals that are not yaml-compliant ignore = - .tox/** + .tox/**, + heat/vFW_CNF_CDS/templates/helm/**/templates/tests/* [json] bears = JSONFormatBear -- cgit 1.2.3-korg