github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/helm/helm_test.md (about) 1 ## helm test 2 3 test a release 4 5 ### Synopsis 6 7 8 9 The test command runs the tests for a release. 10 11 The argument this command takes is the name of a deployed release. 12 The tests to be run are defined in the chart that was installed. 13 14 15 ``` 16 helm test [RELEASE] 17 ``` 18 19 ### Options 20 21 ``` 22 --cleanup delete test pods upon completion 23 --timeout int time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300) 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --debug enable verbose output 30 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 31 --host string address of tiller. Overrides $HELM_HOST 32 --kube-context string name of the kubeconfig context to use 33 --tiller-namespace string namespace of tiller (default "kube-system") 34 ``` 35 36 ### SEE ALSO 37 * [helm](helm.md) - The Helm package manager for Kubernetes. 38 39 ###### Auto generated by spf13/cobra on 11-Mar-2017