summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/action_plugin_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix instantiation of action plugin in test fixtureRodolfo Carvalho2017-04-131-1/+3
| | | | | | | | In Ansible 2.3+, the base action plugin class' run method depends on accessing attributes (check_mode) of its play_context. In older versions play_context was not involved in run, and thus None was passed in.
* Add tests for action pluginRodolfo Carvalho2017-04-041-15/+168
|
* Make resolve_checks more strictRodolfo Carvalho2017-04-041-0/+74
So that all names it return are directly usable, without checking for existence.