summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/openshift_check_test.py
Commit message (Collapse)AuthorAgeFilesLines
* openshift_checks: enable variable conversionLuke Meyer2017-08-011-0/+22
|
* openshift_checks: refactor to internalize task_varsLuke Meyer2017-07-251-8/+19
| | | | | | | | | Move task_vars into instance variable so we don't have to pass it around everywhere. Also store tmp. Make sure both are filled in on execute_module. In the process, is_active became an instance method, and task_vars is basically never used directly outside of test code.
* openshift_checks: get rid of deprecated module_executorLuke Meyer2017-07-251-16/+2
|
* Test recursively finding subclassesRodolfo Carvalho2017-03-281-0/+17
|
* Test OpenShift health check loaderRodolfo Carvalho2017-03-281-1/+8
|
* Rename module_executor -> execute_moduleRodolfo Carvalho2017-03-281-1/+36
| | | | | | | | It is a function/callable, the name should imply action, should be a verb and not a noun. Keep supporting the old name while we have PRs in-flight that use the old name.
* Add unit tests for existing health checksRodolfo Carvalho2017-03-171-0/+40