aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
diff options
context:
space:
mode:
authorKonrad Bańka <k.banka@samsung.com>2021-05-07 12:46:51 +0200
committerKonrad Banka <k.banka@samsung.com>2021-05-17 07:18:36 +0000
commit547b3839f30166162dea2dc9d633e46e528c502a (patch)
tree83acde3ae176ed3738df42e2614bb2192bead860 /.coafile
parent660f9f9e9f4450f12e948b9601fa185af53a9006 (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 (cherry picked from commit b22dee9edad2c90b94cf78f5ed8fddbc1760b0a0)
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