summaryrefslogtreecommitdiff
path: root/test/integration
AgeCommit message (Collapse)Author
2017-12-21Remove references to deployment_typeMichael Gugino
Move openshift_deployment_type check into sanity_check action plugin. Remove compatibility for deployment_type. deployment_type has been deprecated for some time now.
2017-12-11remove integration tests from toxLuke Meyer
2017-12-08Merge pull request #6398 from mtnbikenc/update-deprecation-checksOpenShift Merge Robot
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
2017-12-08Update deprecation checks - include:Russell Teague
2017-12-07Remove openshift.common.service_typeMichael Gugino
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.
2017-11-15Playbook Consolidation - InitializationRussell Teague
2017-09-15testing: Skip net vars on integration testsSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-08-07Fix lint errorsScott Dodson
2017-08-07integration tests: keep openshift_version happyLuke Meyer
2017-08-07New pattern involves startup and initializing through the std_include.ymlKenny Woodson
2017-06-23openshift_checks: eval groups before including roleLuke Meyer
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.
2017-05-24preflight int tests: fix for package_version changesLuke Meyer
2017-05-23Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flakeOpenShift Bot
Merged by openshift-bot
2017-05-22preflight int tests: fix test flakeLuke Meyer
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.
2017-05-22preflight int tests: fix for openshift_version depLuke Meyer
2017-04-25integration tests: add CI scriptsLuke Meyer
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.
2017-04-25preflight int tests: define image builds to support testsLuke Meyer
2017-04-25preflight int tests: generalize; add testsLuke Meyer
Make the container setup and teardown more reusable. Remove example tests. Add basic package tests.
2017-04-25Add stub of preflight integration testsRodolfo Carvalho