summaryrefslogtreecommitdiff
path: root/test/integration
AgeCommit message (Collapse)Author
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