summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/test/unit/test_oc_objectvalidator.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing mock for locate_oc_binary methodPierre-Louis Bonicoli2017-04-181-4/+24
| | | | | When locate_oc_binary has not been mocked, the test suite fails when oc executable is available.
* Generic message directing people to contact supportScott Dodson2017-03-071-1/+1
|
* Clean up test filesRodolfo Carvalho2017-03-061-13/+0
| | | | | They are not executable anymore, and tests are now meant to be run through pytest.
* Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-061-0/+916
Signed-off-by: Monis Khan <mkhan@redhat.com>