summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Fix getting memory size in some lshw outputZane Bitter2021-04-301-0/+10
* Do not fail network interface collection on unsupported interface7.0.1Dmitry Tantsur2021-04-221-4/+7
* Check the base device if the read-only file cannot be readBob Fournier2021-03-091-0/+20
* Remove default parameter from executeRiccardo Pittau2021-03-021-12/+6
* Remove nvme-cli warning and delay on nvme-formatJacob Anders2021-03-021-2/+2
* Merge "Use try_execute from ironic-lib"Zuul2021-03-011-35/+40
|\
| * Use try_execute from ironic-libRiccardo Pittau2021-02-251-35/+40
* | Allow clean_configuration to run against full-device arraysMohammed Naser2021-02-271-0/+14
|/
* Merge "Add support for using NVMe specific cleaning"Zuul2021-02-191-0/+83
|\
| * Add support for using NVMe specific cleaningJacob Anders2021-02-181-0/+83
* | Move some raid specific functions to raid_utilsRiccardo Pittau2021-02-171-24/+10
|/
* Remove samples from the hardware test moduleRiccardo Pittau2021-02-121-887/+66
* Use variable for lsblk columns device infoRiccardo Pittau2021-02-031-31/+40
* Merge "Bring up VLAN interfaces and include in introspection report"Zuul2020-12-021-0/+180
|\
| * Bring up VLAN interfaces and include in introspection reportBob Fournier2020-11-201-0/+180
* | Merge "Add clean step 'erase_pstore'"Zuul2020-11-181-0/+64
|\ \
| * | Add clean step 'erase_pstore'Arne Wiebalck2020-11-171-0/+64
* | | Fix vendor info retrieval for some versions of lshwVladyslav Drok2020-11-161-0/+8
* | | Merge "Add UUID to BlockDevice object"Zuul2020-11-111-37/+37
|\ \ \ | |/ / |/| |
| * | Add UUID to BlockDevice objectVladyslav Drok2020-11-111-37/+37
| |/
* | Fix physical memory calculation with new lshwVladyslav Drok2020-11-061-0/+10
|/
* Software RAID: Re-add missing devicesArne Wiebalck2020-10-061-10/+94
* Merge "Software RAID: Get component devices by md UUID"6.4.0Zuul2020-09-301-7/+96
|\
| * Software RAID: Get component devices by md UUIDArne Wiebalck2020-09-291-7/+96
* | Software RAID: Don't delete partitions too earlyArne Wiebalck2020-09-281-4/+4
|/
* Fix backup node lookupJulia Kreger2020-09-091-1/+1
* Update the cache if we don't have a root device hintJulia Kreger2020-08-251-0/+70
* Merge "Return the final RAID configuration from apply_configuration"Zuul2020-07-291-0/+63
|\
| * Return the final RAID configuration from apply_configurationDmitry Tantsur2020-07-291-0/+63
* | Allow erase_devices_metadata to be used as a deploy stepDmitry Tantsur2020-07-271-0/+8
|/
* Fix bootloader install issue with MDRAIDDoug Szumski2020-07-221-2/+19
* Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-07-091-3/+8
* Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-031-0/+19
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-021-4/+4
* Split and move logic for partition tablesRiccardo Pittau2020-05-251-2/+2
* Fix pep8 errorsRiccardo Pittau2020-05-121-9/+5
* Mock get_node_boot_mode in software RAID unit testsDmitry Tantsur2020-04-201-0/+3
* Merge "Add an ability to run in-band deploy steps"Zuul2020-04-091-0/+21
|\
| * Add an ability to run in-band deploy stepsMark Goddard2020-04-061-0/+21
* | Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+1
* | Software RAID: Add UEFI supportRaphael Glon2020-04-021-28/+174
|/
* Only check for partitions on devices that are part of software RAIDDmitry Tantsur2020-04-011-16/+61
* Allow specifying target devices for software RAIDDmitry Tantsur2020-03-171-0/+129
* Merge "Convert apply_result to mock object"Zuul2020-02-191-3/+2
|\
| * Convert apply_result to mock objectRiccardo Pittau2020-02-121-3/+2
* | Merge "Ignore pyudev errors about device number"Zuul2020-02-181-1/+5
|\ \
| * | Ignore pyudev errors about device numberJulia Kreger2020-02-111-1/+5
| |/
* | "fix" GenericHardwareManger unit test failureJulia Kreger2020-02-161-8/+15
|/
* Merge "Fix multiprocessing call in unit test"Zuul2020-02-111-1/+1
|\
| * Fix multiprocessing call in unit testRiccardo Pittau2020-01-221-1/+1