summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/objects/test_node.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all references to the "cpus" propertyDmitry Tantsur2023-03-281-4/+3
* Create node get_interface methodTzu-Mainn Chen2021-11-081-0/+11
* Add `boot_mode` and `secure_boot` to node object and expose in apiCenne2021-07-081-0/+77
* API to pass fields to node object listJulia Kreger2021-06-251-1/+0
* Set stage for objects to handle selected field lists.Julia Kreger2021-06-251-3/+54
* Only return the requested fields from the DBJulia Kreger2021-06-251-0/+11
* Delay rendering configdriveDmitry Tantsur2021-05-191-0/+25
* Do not mask configdrive when executing in-band deploy stepsDmitry Tantsur2021-04-291-0/+12
* driver_internal_info in provision notificationsRuby Loo2020-08-251-0/+2
* Stop wiping driver_internal_info on node.driver updatesDmitry Tantsur2020-07-161-2/+0
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Add node lessee fieldTzu-Mainn Chen2020-04-071-0/+62
* Pre-shared agent tokenJulia Kreger2020-02-201-0/+6
* Support node retirementArne Wiebalck2020-01-281-0/+58
* Truncate node text fields when too longRaphael Glon2019-04-191-0/+59
* Add description field to nodeKaifeng Wang2019-02-011-0/+62
* Allocation API: database and RPCDmitry Tantsur2019-01-071-0/+61
* Add "owner" information fieldJulia Kreger2018-12-101-2/+62
* Support for protecting nodes from undeploying and rebuildingDmitry Tantsur2018-11-271-0/+60
* Add functionality for individual cleaning on nodesYolanda Robla2018-10-051-0/+63
* Add conductor_group field to config, node and conductor objectsJim Rollenhagen2018-07-181-0/+95
* BIOS Settings: add bios_interface field in NodePayloadZenghui Shi2018-06-211-0/+1
* Power fault recovery follow upKaifeng Wang2018-06-061-0/+1
* Follow up to power fault recovery db testsKaifeng Wang2018-05-281-7/+0
* Power fault recovery: db and rpc implementationKaifeng Wang2018-05-201-4/+62
* BIOS Settings: Add BIOSInterfaceZenghui Shi2018-05-081-0/+63
* Support nested objects and object lists in as_dictMark Goddard2018-02-221-0/+14
* Add some missed test cases in node object tests10.1.0Zhenguo Niu2018-02-081-0/+42
* Do not pass credentials to the ramdisk on cleaningDmitry Tantsur2018-02-071-0/+14
* Add traits field to node notificationsMark Goddard2018-01-281-0/+98
* Add RPC object for traitsJohn Garbutt2018-01-231-9/+104
* Adds rescue_interface to base driver classShivanand Tendulker2017-12-211-0/+70
* Unit test consistency: DB base and utils prefixMark Goddard2017-06-201-8/+8
* Add version columnGrzegorz Grasza2017-06-061-3/+12
* Node should reflect what was savedRuby Loo2017-04-041-1/+6
* Merge "Add ironic port group CRUD notifications"Jenkins2017-02-281-19/+2
|\
| * Add ironic port group CRUD notificationsYuriy Zveryanskyy2017-02-151-19/+2
* | Use flake8-import-orderJohn L. Villalovos2017-02-161-0/+1
|/
* Fix object save after refresh failureVasyl Saienko2017-02-071-0/+12
* Add tests for Payloads with SCHEMAsRuby Loo2017-01-171-9/+15
* Merge "Add a NodePayload test"Jenkins2017-01-091-0/+14
|\
| * Add a NodePayload testMario Villaplana2016-12-201-0/+14
* | 'updated_at' field value after node is updatedKyrylo Romanenko2016-12-231-1/+36
|/
* Move interface validation from API to conductor sideDmitry Tantsur2016-12-011-20/+0
* Mask instance secrets in API responsesDevananda van der Veen2016-08-261-1/+1
* Clean imports in codeNguyen Hung Phuong2016-08-181-2/+2
* Move default network_interface logic in node objectJim Rollenhagen2016-08-021-0/+24
* Remove iterated form of side effectsYuiko Takada Mori2016-07-071-4/+2
* Add dbapi and objects functions to get a node by associated MAC addressesDmitry Tantsur2016-06-271-0/+11
* Replace assertRaisesRegexp with assertRaisesRegexMoshe Levi2016-06-211-2/+2