summaryrefslogtreecommitdiffstats
path: root/ansible/roles/helm/molecule/default/prepare.yml
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-05 13:10:40 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-06-05 13:17:37 +0200
commit93c4303e07a17cf5882d8d9941d1aea647979115 (patch)
tree52392c41e5a87db925d6b2a5e68031811a1e0db2 /ansible/roles/helm/molecule/default/prepare.yml
parent531cb2c7e53e84a5f17846daee510c9d2dc1ff11 (diff)
Add tests for helm role
This adds molecule tests for the helm role. Change-Id: I5be27992062ca9039c141318bc54ce85ce35526b Issue-ID: OOM-1909 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/roles/helm/molecule/default/prepare.yml')
-rw-r--r--ansible/roles/helm/molecule/default/prepare.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/helm/molecule/default/prepare.yml b/ansible/roles/helm/molecule/default/prepare.yml
new file mode 100644
index 00000000..8a149b89
--- /dev/null
+++ b/ansible/roles/helm/molecule/default/prepare.yml
@@ -0,0 +1,5 @@
+---
+- name: Prepare for helm tests
+ hosts: all
+ roles:
+ - prepare-helm