summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to deployment_typeMichael Gugino2017-12-214-4/+4
| | | | | | | Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
* Merge pull request #6398 from mtnbikenc/update-deprecation-checksOpenShift Merge Robot2017-12-0811-32/+32
|\ | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Update deprecation checks - include: Updating deprecation tests to check for `include:` directive usage. Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation Fixes: https://github.com/openshift/openshift-ansible/issues/5586
| * Update deprecation checks - include:Russell Teague2017-12-0811-32/+32
| |
* | Remove openshift.common.service_typeMichael Gugino2017-12-071-1/+0
|/ | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* Playbook Consolidation - InitializationRussell Teague2017-11-151-2/+1
|
* testing: Skip net vars on integration testsSteve Milner2017-09-151-1/+1
| | | | Signed-off-by: Steve Milner <smilner@redhat.com>
* Fix lint errorsScott Dodson2017-08-071-2/+1
|
* integration tests: keep openshift_version happyLuke Meyer2017-08-079-51/+18
|
* New pattern involves startup and initializing through the std_include.ymlKenny Woodson2017-08-071-1/+1
|
* openshift_checks: eval groups before including roleLuke Meyer2017-06-231-0/+3
| | | | | | openshift_health_checker requires openshift_version, and that has been updated to require group evaluation. Update check playbooks and integration tests to do group eval.
* preflight int tests: fix for package_version changesLuke Meyer2017-05-247-6/+42
|
* Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flakeOpenShift Bot2017-05-231-0/+1
|\ | | | | Merged by openshift-bot
| * preflight int tests: fix test flakeLuke Meyer2017-05-221-0/+1
| | | | | | | | | | | | Those tests spin up docker images and remove them at the end. The removal seems to fail randomly on test systems. Changed the removal task to ignore errors.
* | preflight int tests: fix for openshift_version depLuke Meyer2017-05-229-16/+76
|/
* integration tests: add CI scriptsLuke Meyer2017-04-254-21/+2
| | | | | | Add some scripts that can be run from Jenkins to build/push test images and to run the tests. Updated README to expand on running tests.
* preflight int tests: define image builds to support testsLuke Meyer2017-04-2510-0/+219
|
* preflight int tests: generalize; add testsLuke Meyer2017-04-2520-98/+406
| | | | | | Make the container setup and teardown more reusable. Remove example tests. Add basic package tests.
* Add stub of preflight integration testsRodolfo Carvalho2017-04-257-0/+211