Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preflight int tests: fix for package_version changes | Luke Meyer | 2017-05-24 | 7 | -6/+42 |
| | |||||
* | Merge pull request #4263 from sosiouxme/20170522-fix-docker-test-flake | OpenShift Bot | 2017-05-23 | 1 | -0/+1 |
|\ | | | | | Merged by openshift-bot | ||||
| * | preflight int tests: fix test flake | Luke Meyer | 2017-05-22 | 1 | -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 dep | Luke Meyer | 2017-05-22 | 9 | -16/+76 |
|/ | |||||
* | Merge pull request #3816 from sosiouxme/20170328-integration-tests | OpenShift Bot | 2017-04-26 | 29 | -1/+940 |
|\ | | | | | Merged by openshift-bot | ||||
| * | integration tests: add CI scripts | Luke Meyer | 2017-04-25 | 7 | -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 tests | Luke Meyer | 2017-04-25 | 10 | -0/+219 |
| | | |||||
| * | preflight int tests: generalize; add tests | Luke Meyer | 2017-04-25 | 20 | -98/+406 |
| | | | | | | | | | | | | Make the container setup and teardown more reusable. Remove example tests. Add basic package tests. | ||||
| * | Add stub of preflight integration tests | Rodolfo Carvalho | 2017-04-25 | 8 | -0/+223 |
| | | |||||
| * | Move Python unit tests to subdirectory | Rodolfo Carvalho | 2017-04-25 | 1 | -1/+1 |
| | | | | | | | | To make room for integration tests. | ||||
* | | Standardize all Origin versioning on 3.6 | Russell Teague | 2017-04-25 | 1 | -1/+1 |
|/ | |||||
* | Use oo_version_gte_3_6+ for future versions and treat 1.x origin as legacy. ↵ | Andrew Butcher | 2017-03-27 | 1 | -0/+72 |
| | | | | Add tests. | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -2/+2 |
| | |||||
* | Fixed a bug in modify_yaml module. | Devan Goodwin | 2016-08-08 | 1 | -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 Butcher | 2016-05-25 | 4 | -272/+0 |
| | | | | openshift-tools | ||||
* | Yedit enhancements | Kenny Woodson | 2016-04-04 | 2 | -10/+60 |
| | |||||
* | Moving generation of ansible module side by side with module. | Kenny Woodson | 2016-03-30 | 2 | -156/+13 |
| | |||||
* | Yaml editor first attempt | Kenny Woodson | 2016-03-18 | 1 | -0/+236 |
| | |||||
* | Support for gce | Kenny Woodson | 2015-11-03 | 3 | -96/+115 |
| | |||||
* | Explicitely use python2 | Lénaïc Huard | 2015-02-19 | 1 | -1/+1 |
| | | | | | Some distributions are using python3 as the default python. On those ones, we need to explicitely use python2. | ||||
* | Updated with more tests | Kenny Woodson | 2014-12-18 | 1 | -0/+28 |
| | |||||
* | unittest for merge_destructively. More to come | Kenny Woodson | 2014-12-18 | 3 | -0/+82 |
Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space |