Created
May 6, 2020 01:31
-
-
Save bklang/62c878f2697b1cd0651ef8856d3460b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ helm unittest . | |
### Chart [ docker-mailserver ] . | |
FAIL ingress-rainloop tests/ingress-rainloop_test.yaml | |
- should not create rainloop ingress if disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL oobe tests/oobe_test.yaml | |
- should correctly configure configmaps if demo mode is enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should correctly configure secrets if demo mode is enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should perform SPF tests under normal conditions | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should correctly configure postfix/dovecot if haproxy support is enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should configure imaps port 10993 for rainloop if enabled (and haproxy enabled) | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL deployment-rainloop tests/deployment-rainloop_test.yaml | |
- should create rainloop deployment if enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should not create rainloop deployment if disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL deployment tests tests/deployment_test.yaml | |
- image and tag should end up in deployment | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL haproxy tests/haproxy_test.yaml | |
- should not add haproxy options to postfix/dovecot if haproxy support is not enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should create phonehome deployment if haproxy is enabled and set to external-auto mode | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL secret tests/secret_test.yaml | |
- should correctly import opendkim keys from config/opendkim/keys if demo mode is disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL service-rainloop tests/service-rainloop_test.yaml | |
- should create rainloop service if enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should not create rainloop service if disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL disable_spf_tests tests/spf_test.yaml | |
- should disable SPF tests when requested | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL configmap tests/configmap_test.yaml | |
- should correctly import configmaps from config/ if demo mode is disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should configure imaps port 10993 for rainloop if enabled (and haproxy enabled) | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL pvc-rainloop tests/pvc-rainloop_test.yaml | |
- should apply annotations from persistence.annotations | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should create rainloop pvc if enabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should not create rainloop pvc if disabled | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
FAIL pvc creation tests/pvc_test.yaml | |
- should apply annotations from persistence.annotations | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- should create pvc of specified size | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
- manifest should match snapshot | |
Error: found in requirements.yaml, but missing in charts/ directory: kubernetes-ingress | |
Charts: 1 failed, 0 passed, 1 total | |
Test Suites: 11 failed, 0 passed, 11 total | |
Tests: 33 failed, 33 errored, 1 passed, 34 total | |
Snapshot: 0 passed, 0 total | |
Time: 218.447515ms | |
Error: plugin "unittest" exited with error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment