summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_ironic_api_client.py
Commit message (Expand)AuthorAgeFilesLines
* Remove oslo.serialization dependencyRiccardo Pittau2022-06-171-6/+5
* Remove runtime dependency on pbrDmitry Tantsur2021-04-261-4/+4
* Correctly decode error messages from ironic APIDmitry Tantsur2020-12-071-5/+57
* Allow manual setting of Ironic API VersionJay Faulkner2020-10-231-0/+13
* Merge "Generate a TLS certificate and send it to ironic"Zuul2020-09-231-0/+32
|\
| * Generate a TLS certificate and send it to ironicDmitry Tantsur2020-09-111-0/+32
* | Replace oslo's loopingcall with tenacityDmitry Tantsur2020-09-011-20/+38
|/
* Clarify connection error on heartbeatsJulia Kreger2020-08-201-0/+10
* Add possibility to pass global request IDVladyslav Drok2020-08-121-1/+7
* Merge "Support changing the protocol part of callback_url to https"Zuul2020-08-101-0/+4
|\
| * Support changing the protocol part of callback_url to httpsDmitry Tantsur2020-08-061-0/+4
* | Fix TypeError on agent lookup failureJulia Kreger2020-08-041-0/+42
|/
* Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+2
* Agent token supportJulia Kreger2020-03-121-0/+25
* Include IPA Version during heartbeatSam Betts2017-12-071-3/+81
* Prevent tests' unmocked access to utils.execute()Julian Edwards2017-05-151-2/+2
* Add missing 'autospec' argument to mock.patchJohn L. Villalovos2017-03-191-4/+6
* Advertise the correct address when using IPv6Derek Higgins2017-01-111-0/+29
* Python 3 Compatible JSONLuong Anh Tuan2016-11-161-3/+2
* Remove old lookup/heartbeat from IPAPavlo Shchelokovskyy2016-11-091-123/+1
* Add vendor, product to interface informationMoshe Levi2016-09-211-2/+9
* Fix IPA for stable/mitaka with noauth modeJulia Kreger2016-08-261-0/+3
* Fallback to the old /lookup endpoint on 401Lucas Alvares Gomes2016-08-121-2/+9
* Use new agent API if availableDmitry Tantsur2016-08-051-74/+65
* Support LLDP data as part of interfaces in inventorySam Betts2016-06-221-1/+10
* Returns CPU flags in the CPU inventoryDmitry Tantsur2016-06-011-2/+4
* Wait for the interfaces to get IP addresses before inspectionDmitry Tantsur2016-04-051-4/+8
* Fix programmatic error in heartbeat()Lucas Alvares Gomes2016-03-111-2/+1
* Change to use WARNING level for heartbeat conflict errorsZhenguo Niu2016-03-061-0/+11
* Replace backoff looping call with oslo_service provided versionJoshua Harlow2016-02-041-2/+1
* Fix params order in assertEqualKan2016-01-131-13/+13
* Follow up patch for da9c3b0adc67efa916fc534d975823c0a45948a1Lucas Alvares Gomes2015-11-181-0/+8
* Enforce all flake8 rules except E129John L. Villalovos2015-10-021-2/+2
* Expose serial, wwn and vendor on the BlockDevice objectDmitry Tantsur2015-09-211-0/+12
* Allow passing node UUID to lookupDmitry Tantsur2015-08-211-5/+80
* Extend hardware manager with data needed for inspectorDmitry Tantsur2015-08-211-4/+10
* Add base for IPA functional testsJosh Gachnang2015-08-181-0/+232