aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorKonrad Bańka <k.banka@samsung.com>2021-05-07 12:46:51 +0200
committerKonrad Bańka <k.banka@samsung.com>2021-05-13 18:29:06 +0200
commitb22dee9edad2c90b94cf78f5ed8fddbc1760b0a0 (patch)
treedacec5bdb339e0bfa75a8e8f69eff436403f94dc /.coafile
parent1a8e3c3133f0b6c355689875abd57c481f3a1e81 (diff)
[vFW_CNF_CDS] Provide Helm Tests for CNF
Provide simple ping-based Helm tests for vFW CNF for demo purposes. Issue-ID: INT-1899 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ib526989760f34de790bd8d7a403941d73cb7250c
Diffstat (limited to '.coafile')
-rw-r--r--.coafile4
1 files changed, 3 insertions, 1 deletions
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