github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_test.md (about) 1 ## helm test 2 3 test a release 4 5 ### Synopsis 6 7 8 The test command runs the tests for a release. 9 10 The argument this command takes is the name of a deployed release. 11 The tests to be run are defined in the chart that was installed. 12 13 14 ``` 15 helm test [RELEASE] [flags] 16 ``` 17 18 ### Options 19 20 ``` 21 --cleanup delete test pods upon completion 22 -h, --help help for test 23 --timeout int time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300) 24 --tls enable TLS for request 25 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 26 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 27 --tls-hostname string the server name used to verify the hostname on the returned certificates from the server 28 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 29 --tls-verify enable TLS for request and verify remote 30 ``` 31 32 ### Options inherited from parent commands 33 34 ``` 35 --debug enable verbose output 36 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 37 --host string address of Tiller. Overrides $HELM_HOST 38 --kube-context string name of the kubeconfig context to use 39 --kubeconfig string absolute path to the kubeconfig file to use 40 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 41 --tiller-namespace string namespace of Tiller (default "kube-system") 42 ``` 43 44 ### SEE ALSO 45 46 * [helm](helm.md) - The Helm package manager for Kubernetes. 47 48 ###### Auto generated by spf13/cobra on 10-Aug-2018