summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test
Commit message (Collapse)AuthorAgeFilesLines
* preflight checks: refactor and fix aos_versionLuke Meyer2017-04-083-6/+130
| | | | | | | | | | | Bring in openshift_repos to provide Origin repo before checks on Origin. For OCP we want the check to fail if both version 3.3 and version 3.4 are available - they shouldn't have both channels enabled. For Origin everything is in one repo so it's not surprising to find 1.4 and 1.5 versions available. Added unit tests as well.
* Add tests for action pluginRodolfo Carvalho2017-04-041-15/+168
|
* Make resolve_checks more strictRodolfo Carvalho2017-04-042-2/+81
| | | | | So that all names it return are directly usable, without checking for existence.
* Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-281-0/+28
| | | | | The intention is to set a starting point and let another team member work on the code to gain experience with tests.
* Add unit tests for package_version.pyRodolfo Carvalho2017-03-281-0/+21
|
* Add unit tests for package_update.pyRodolfo Carvalho2017-03-281-0/+16
|
* Add unit tests for package_availability.pyRodolfo Carvalho2017-03-281-0/+49
|
* Add unit tests for mixins.pyRodolfo Carvalho2017-03-281-0/+23
|
* 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-172-0/+45