summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
* 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