summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused code. Made tests executable.Kenny Woodson2017-02-2111-0/+0
|
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-1911-0/+0
| | | | was: separate lib_ unit tests from other unit tests
* Include missing unit tests to test runner configRodolfo Carvalho2017-02-1911-0/+0
| | | | We were not running those tests in CI, bad :(
* Pleasing the linting gods.Kenny Woodson2017-02-161-3/+3
|
* Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson2017-02-161-23/+71
|
* Adding fallback support for pyyaml.Kenny Woodson2017-02-161-4/+14
|
* Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-132-0/+519
|\ | | | | Adding oc_env to lib_openshift.
| * Pleasing the linting bot.Kenny Woodson2017-02-082-66/+1
| |
| * Adding integration tests.Kenny Woodson2017-02-082-251/+405
| |
| * Adding oc_env to lib_openshift.Kenny Woodson2017-02-081-0/+430
| |
* | Fixing docs.Kenny Woodson2017-02-091-2/+12
| |
* | Adding test cases.Kenny Woodson2017-02-092-0/+556
|/
* Merge pull request #3283 from kwoodson/router_portKenny Woodson2017-02-082-0/+298
|\ | | | | Adding test cases. Adding support for specifying port on route.
| * Fixing for flake8 spacing.Kenny Woodson2017-02-081-2/+1
| |
| * Fixing tests for linters.Kenny Woodson2017-02-082-100/+100
| |
| * Adding port support for route.Kenny Woodson2017-02-082-0/+299
| |
* | Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson2017-02-088-14/+85
|/
* Merge pull request #3285 from twiest/fix_unittestsKenny Woodson2017-02-084-33/+109
|\ | | | | Fixed ansible module unit and integration tests and added runners.
| * Fixed ansible module unit and integration tests and added runners.Thomas Wiest2017-02-074-33/+109
| |
* | Changed lib_openshift to use real temporary files.Thomas Wiest2017-02-082-23/+20
|/
* Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest2017-02-063-3/+339
|
* Doc enhancements.Kenny Woodson2017-02-021-2/+5
|
* Fixing linters.Kenny Woodson2017-02-023-87/+5
|
* Adding unit test. Fixed redudant calls to get.Kenny Woodson2017-02-011-0/+188
|
* oc_label ansible moduleJoel Diaz2017-02-012-0/+429
| | | | used for adding/removing labels on various OpenShift objects
* Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-311-1/+0
|
* Adding unit test for oc_service. Added environment fix for non-standard oc ↵Kenny Woodson2017-01-311-0/+206
| | | | installs.
* Adding integration tests.Kenny Woodson2017-01-311-58/+96
|
* Adding oc_service to lib_openshift.Kenny Woodson2017-01-311-0/+91
|
* Added repoquery to lib_utils.Thomas Wiest2017-01-311-1/+1
|
* Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-302-0/+215
|
* Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-302-0/+235
|\ | | | | Adding oadm_manage_node lib_openshift.
| * Fixing linters.Kenny Woodson2017-01-261-5/+3
| |
| * Added unit integration tests. Enhanced unit tests. Fixed an issue in ↵Kenny Woodson2017-01-262-67/+173
| | | | | | | | openshift_cmd for namespace.
| * Adding oadm_manage_node to lib_openshift.Kenny Woodson2017-01-261-0/+131
| |
* | Adding fix for when the resource does not exist. Added test cases.Kenny Woodson2017-01-272-0/+43
|/
* Fixing tests and linting.Kenny Woodson2017-01-253-81/+52
|
* Adding unit test for oc_scaleKenny Woodson2017-01-251-0/+155
|
* Adding integration test for oc_scale.Kenny Woodson2017-01-251-3/+76
|
* Adding oc_scale to lib_openshift.Kenny Woodson2017-01-251-0/+19
|
* Added oc_secret to lib_openshift.Thomas Wiest2017-01-252-0/+219
|
* Adding version to lib_openshiftKenny Woodson2017-01-203-5/+111
|
* Adding oc_edit module to lib_openshift.Kenny Woodson2017-01-171-0/+58