summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_agent.py
Commit message (Expand)AuthorAgeFilesLines
* Make WSGI server respect listen_* directivesbugfix/6.2-eolbugfix/6.2Jay Faulkner2020-09-021-0/+45
* Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-031-2/+2
* Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+1
* Fix agent token vmedia useJulia Kreger2020-03-201-2/+77
* Agent token supportJulia Kreger2020-03-121-4/+56
* Expose collector and hardware manager names via introspection dataDmitry Tantsur2020-01-221-14/+14
* Replace WSME and Pecan with WerkzeugDmitry Tantsur2019-12-041-90/+63
* Software RAID: try to assemble RAID on start-upDmitry Tantsur2019-08-091-8/+5
* Supports fetching API endpoints from mDNSDmitry Tantsur2019-05-291-2/+129
* Making ironic-python-agent able to stop with python 3.xRiccardo Pittau2019-02-041-1/+1
* Follow-up patch for rescue extension for CoreOSShivanand Tendulker2018-01-301-1/+1
* Merge "Rescue extension for CoreOS with DHCP tenant networks"Zuul2017-12-111-63/+127
|\
| * Rescue extension for CoreOS with DHCP tenant networksMario Villaplana2017-11-061-63/+127
* | Ignore IPv6 link local addressesDerek Higgins2017-11-211-0/+8
|/
* Unit test has incorrect mock orderRuby Loo2017-10-181-1/+1
* Fix waiting for target disk to appearLucas Alvares Gomes2017-10-161-6/+13
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-06-141-8/+5
* Collect NIC name given by BIOSAnnie Lezil2017-05-181-9/+9
* Prevent tests' unmocked access to utils.execute()Julian Edwards2017-05-151-5/+24
* Add missing 'autospec' argument to mock.patchJohn L. Villalovos2017-03-191-15/+20
* Use flake8-import-orderJohn L. Villalovos2017-02-161-1/+1
* Add IPv6 unit test for _get_route_sourceDerek Higgins2017-01-191-1/+9
* Advertise the correct address when using IPv6Derek Higgins2017-01-111-0/+32
* Add a new Hardware Manager for CNA network cardSzymon Borkowski2016-12-121-4/+13
* Update mock variable name in unit testsJohn L. Villalovos2016-12-071-57/+53
* Merge "Skip API related work if no api url configured"Jenkins2016-12-071-0/+96
|\
| * Skip API related work if no api url configuredYufei2016-12-071-0/+96
* | Merge "Dispatched out network interface info to all hardware managers"Jenkins2016-11-201-4/+5
|\ \ | |/ |/|
| * Dispatched out network interface info to all hardware managersMoshe Levi2016-11-171-4/+5
* | Python 3 Compatible JSONLuong Anh Tuan2016-11-161-2/+3
|/
* Remove old lookup/heartbeat from IPAPavlo Shchelokovskyy2016-11-091-2/+0
* Use namedtuple to improve code readabilityJohn L. Villalovos2016-08-301-20/+23
* Merge "Use new agent API if available"Jenkins2016-08-071-4/+12
|\
| * Use new agent API if availableDmitry Tantsur2016-08-051-4/+12
* | Fix races in advertise_address unit testsJim Rollenhagen2016-07-261-7/+3
* | Handle diskless hardware connected to remote iscsiYossi Ovadia2016-07-111-5/+13
|/
* Wait for at least one interface before node lookupvmud2132016-06-141-4/+39
* Merge "Add a configurable sleep before IPA starts working"Jenkins2016-05-251-0/+31
|\
| * Add a configurable sleep before IPA starts workingDmitry Tantsur2016-05-241-0/+31
* | Wait for at least one suitable disk to appear on start upDmitry Tantsur2016-05-241-0/+6
|/
* Revert "Add hardware manager interface for hardware initialization"Jay Faulkner2016-05-231-9/+2
* Add hardware manager interface for hardware initializationDmitry Tantsur2016-05-201-2/+9
* Merge "Bind to interface routable to the ironic host, not a random one"Jenkins2016-03-211-50/+129
|\
| * Bind to interface routable to the ironic host, not a random oneDmitry Tantsur2016-03-211-50/+129
* | Merge " make enforce_type=True in CONF.set_override"Jenkins2016-03-211-2/+3
|\ \ | |/ |/|
| * make enforce_type=True in CONF.set_overrideLiuNanke2016-01-121-2/+3
* | Change assertTrue(isinstance()) by optimal assertShuquan Huang2016-01-211-1/+1
* | Fix params order in assertEqualKan2016-01-131-9/+8
|/
* Replace assertEqual(None, *) with assertIsNone in testsShuquan Huang2015-12-171-1/+1
* Add support for inspection using ironic-inspectorDmitry Tantsur2015-09-071-0/+42