summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* 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-257-25/+214
| | | | | | 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-258-0/+223