summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/unit/test_oc_adm_router.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing mock for locate_oc_binary methodPierre-Louis Bonicoli2017-04-181-1/+6
| | | | | When locate_oc_binary has not been mocked, the test suite fails when oc executable is available.
* Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-081-3/+5
|
* Fixed for linting.Kenny Woodson2017-03-081-4/+1
|
* Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-5/+4
| | | | cases.
* Adding test_oc_adm_router.Kenny Woodson2017-03-071-0/+476