Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |