summaryrefslogtreecommitdiff
path: root/ironicclient/tests/unit/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Allow to pass additional arguments into adapterVladyslav Drok2020-05-151-2/+19
* Use unittest.mock instead of third party mockSean McGinnis2020-04-301-1/+2
* Check import orderRiccardo Pittau2020-04-211-1/+0
* Get rid of the oslo.config requirementDmitry Tantsur2020-04-071-29/+18
* Provide a clear error message when using client.Client without a session4.0.0Dmitry Tantsur2020-02-101-0/+18
* Fix TypeError when using endpoint_override with SessionClientDmitry Tantsur2019-09-231-10/+6
* Remove deprecated keystone argumentsRiccardo Pittau2019-08-211-275/+54
* Remove deprecated common.http.HTTPClient classRiccardo Pittau2019-08-201-15/+0
* Strip prefix when paginatingJim Rollenhagen2019-08-011-11/+27
* Do not try to use /v1/v1 when endpoint_override is usedDmitry Tantsur2019-05-161-3/+3
* Accept 'valid_interfaces' in client setupEric Fried2019-03-071-0/+30
* pass endpoint interface to http clientGuang Yee2019-03-061-9/+65
* Fix a typo in the docstringmelissaml2018-10-051-1/+1
* Switch to none auth for standalone modeVladyslav Drok2018-05-071-124/+139
* Allow API user to define list of versionsJulia Kreger2018-01-181-0/+14
* Facilitate latest Rest API useJulia Kreger2018-01-181-0/+3
* Merge "Add missing 'autospec' statements to unit test mocks"1.12.0Jenkins2017-03-231-3/+3
|\
| * Add missing 'autospec' statements to unit test mocksJohn L. Villalovos2017-03-191-3/+3
* | Change tenant to project in docs and unit testsKyrylo Romanenko2017-02-021-10/+10
|/
* Use keystoneauth instead of keystoneclientVladyslav Drok2016-03-031-115/+260
* Log SHA1 hash of X-Auth-Token valueLokesh S2016-02-261-0/+16
* Cache negotiated api microversion for serverMichael Davies2015-06-231-11/+52
* Remove unneeded 'utf-8' coding linesJohn L. Villalovos2015-04-211-2/+0
* Send version header by defaultDevananda van der Veen2015-03-211-0/+16
* Adds basic ironicclient functional testingAdam Gandelman2015-03-091-0/+157