summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite failure summary callback pluginRodolfo Carvalho2017-08-241-0/+1
| | | | | The intent is to deduplicate similar errors that happened in many hosts, making the summary more concise.
* preflight checks: refactor and fix aos_versionLuke Meyer2017-04-081-1/+2
| | | | | | | | | | | 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.
* Make resolve_checks more strictRodolfo Carvalho2017-04-041-2/+7
| | | | | So that all names it return are directly usable, without checking for existence.
* Add unit tests for existing health checksRodolfo Carvalho2017-03-171-0/+5