summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_hardware.py
Commit message (Expand)AuthorAgeFilesLines
* Add network interface speed to the inventoryDmitry Tantsur2023-05-031-491/+431
* Report system firmware information in the inventoryDmitry Tantsur2023-03-311-0/+10
* Make logs collection a hardware manager callDmitry Tantsur2023-01-251-0/+51
* Fix create configuration unit testsRiccardo Pittau2022-12-151-0/+2
* prioritize lsblk as a source of device serialsRozzii2022-10-101-26/+101
* SoftwareRAID: Enable skipping RAIDSJakub Jelinek2022-09-051-3/+426
* Merge "Create RAIDs with volume name"Zuul2022-09-021-36/+66
|\
| * Create RAIDs with volume nameJakub Jelinek2022-09-021-36/+66
* | Fix software raid output poisoningJulia Kreger2022-08-241-0/+6
* | Merge "Enable skipping disks for cleaning"9.0.0Zuul2022-08-161-2/+199
|\ \ | |/ |/|
| * Enable skipping disks for cleaningJakub Jelinek2022-08-111-2/+199
* | Use lsblk json output for safety_check_block_deviceRiccardo Pittau2022-07-201-15/+17
|/
* Guard shared device/cluster filesystemsJulia Kreger2022-07-191-6/+196
* Merge "Gather details about bond interfaces if present"Zuul2022-07-021-10/+54
|\
| * Gather details about bond interfaces if presentDerek Higgins2022-06-211-10/+54
* | Merge "Use json for lsblk output"Zuul2022-06-301-30/+44
|\ \
| * | Use json for lsblk outputRiccardo Pittau2022-06-141-30/+44
| |/
* | Fix discovering WWN/serial for devicemapper devicesDmitry Tantsur2022-06-141-9/+12
|/
* Multipath Hardware path handlingJulia Kreger2022-05-181-38/+477
* Merge "Improve efficiency of storage cleaning in mixed media envs"Zuul2022-03-151-4/+37
|\
| * Improve efficiency of storage cleaning in mixed media envsJacob Anders2022-03-151-4/+37
* | Merge "Create fstab entry with appropriate label"Zuul2022-03-111-0/+26
|\ \
| * | Create fstab entry with appropriate labelJulia Kreger2022-03-101-0/+26
| |/
* | Run partx in verbose mode to simplify debuggingDmitry Tantsur2022-02-141-42/+42
|/
* SoftwareRAID: Use efibootmgr (and drop grub2-install)Arne Wiebalck2022-01-261-7/+7
* Call execute from ironic-lib in hardware.pyRiccardo Pittau2021-11-181-131/+127
* Move rescan device function to general utilsRiccardo Pittau2021-11-101-111/+185
* Re-read the partition table with partx -a, part 2Riccardo Pittau2021-11-091-42/+42
* Move loading of IPMI module loading to a single pointJonas Schäfer2021-08-061-51/+46
* Expose BMC MAC address in inventory dataJonas Schäfer2021-08-061-0/+63
* Burn-in: Add network stepArne Wiebalck2021-07-131-0/+7
* Burn-in: Add disk stepArne Wiebalck2021-05-211-0/+7
* Merge "Burn-in: Add memory step"Zuul2021-05-111-0/+7
|\
| * Burn-in: Add memory stepArne Wiebalck2021-05-011-0/+7
* | Merge "Burn-in: Add CPU step"Zuul2021-05-101-0/+7
|\ \ | |/
| * Burn-in: Add CPU stepArne Wiebalck2021-05-011-0/+7
* | Fix getting memory size in some lshw outputZane Bitter2021-04-291-0/+10
|/
* Do not fail network interface collection on unsupported interfaceDmitry Tantsur2021-04-071-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
|\