summaryrefslogtreecommitdiff
path: root/ironicclient/tests/unit/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockSean McGinnis2020-04-301-1/+1
* Stop using six libraryRiccardo Pittau2019-12-181-2/+2
* Strip prefix when paginatingJim Rollenhagen2019-08-011-2/+8
* Add support for reset_interfaces in node's PATCHDmitry Tantsur2018-07-171-1/+3
* Wire in header microversion into negotiationJulia Kreger2018-05-311-6/+13
* Fix python3 compatibility when HTTP Error are returned1.8.0Marc Aubry2016-11-081-25/+20
* Use keystoneauth instead of keystoneclientVladyslav Drok2016-03-031-30/+0
* Use requests lib in HTTPClientAnton Arefiev2016-03-031-9/+19
* Cache negotiated api microversion for serverMichael Davies2015-06-231-2/+9
* Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* Merge "Client should fall back to the lower versions if necessary"0.5.1Jenkins2015-04-131-0/+8
|\
| * Client should fall back to the lower versions if necessaryDevananda van der Veen2015-04-131-0/+8
* | Upgrade hacking to latest releaseSteve Martinelli2015-04-091-4/+4
|/
* Fix the final PEP8 errorsJohn L. Villalovos2015-03-101-2/+2
* Adds basic ironicclient functional testingAdam Gandelman2015-03-091-0/+144