summaryrefslogtreecommitdiffstats
path: root/test
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
|/
* Merge pull request #3816 from sosiouxme/20170328-integration-testsOpenShift Bot2017-04-2629-1/+940
|\ | | | | Merged by openshift-bot
| * 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
| |
| * Move Python unit tests to subdirectoryRodolfo Carvalho2017-04-251-1/+1
| | | | | | | | To make room for integration tests.
* | Standardize all Origin versioning on 3.6Russell Teague2017-04-251-1/+1
|/
* Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵Andrew Butcher2017-03-271-0/+72
| | | | Add tests.
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-2/+2
|
* Fixed a bug in modify_yaml module.Devan Goodwin2016-08-081-0/+37
| | | | | | | | | | When adding a property to a section that does not yet exist, the property was being inserted into the section above where it should have due to the pointer not being adjusted for the new section we created. Adds a test sub-directory, would like to eventually move all the ooinstall tests here as well so nosetests just works from top level directory.
* Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher2016-05-254-272/+0
| | | | openshift-tools
* Yedit enhancementsKenny Woodson2016-04-042-10/+60
|
* Moving generation of ansible module side by side with module.Kenny Woodson2016-03-302-156/+13
|
* Yaml editor first attemptKenny Woodson2016-03-181-0/+236
|
* Support for gceKenny Woodson2015-11-033-96/+115
|
* Explicitely use python2Lénaïc Huard2015-02-191-1/+1
| | | | | Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2.
* Updated with more testsKenny Woodson2014-12-181-0/+28
|
* unittest for merge_destructively. More to comeKenny Woodson2014-12-183-0/+82
Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space