summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Re-read the partition table with partx -a, part 2ussuri-em6.1.3Riccardo Pittau2021-12-151-42/+42
* Re-read the partition table with partx -aArne Wiebalck2021-12-151-14/+14
* Fix UEFI record regexJulia Kreger2021-11-191-5/+68
* Delete EFI boot entry duplicate labels firstJulia Kreger2021-11-191-9/+26
* Output verbose info from efibootmgrDerek Higgins2021-11-181-19/+19
* Fix getting memory size in some lshw output6.1.2Zane Bitter2021-06-251-0/+194
* Utilize CSV file for EFI loader selectionJulia Kreger2021-06-111-4/+72
* Make _get_efi_bootloaders return relative pathsSteve Baker2021-06-111-11/+11
* Fix NVMe Partition image on UEFIJulia Kreger2021-05-261-0/+39
* Add fstab pointer to EFI partitionJulia Kreger2021-03-231-7/+238
* Prevent broken partition image UEFI deploysJulia Kreger2021-03-231-5/+484
* Option to enable bootloader config failure bypassJulia Kreger2021-03-231-0/+121
* Mount all vfat partitions before calling grub2Arne Wiebalck2021-03-231-0/+49
* Software RAID: Get component devices by md UUIDArne Wiebalck2021-02-271-7/+96
* Merge "Fix: make Intel CNA hardware manager none generic" into stable/ussuriZuul2020-10-041-17/+17
|\
| * Fix: make Intel CNA hardware manager none genericQianbiao.NG2020-09-231-17/+17
* | Software RAID: Don't delete partitions too earlyArne Wiebalck2020-09-291-4/+4
|/
* Make WSGI server respect listen_* directivesJay Faulkner2020-09-021-0/+45
* Merge "Fix bootloader install issue with MDRAID" into stable/ussuriZuul2020-08-121-2/+19
|\
| * Fix bootloader install issue with MDRAIDDoug Szumski2020-08-051-2/+19
* | Fix TypeError on agent lookup failureJulia Kreger2020-08-071-0/+42
|/
* Merge "Return the final RAID configuration from apply_configuration" into sta...6.1.1Zuul2020-08-041-0/+63
|\
| * Return the final RAID configuration from apply_configurationDmitry Tantsur2020-07-291-0/+63
* | Merge "Prevent un-needed iscsi cleanup" into stable/ussuriZuul2020-08-042-0/+33
|\ \
| * | Prevent un-needed iscsi cleanupJulia Kreger2020-07-282-0/+33
| |/
* | Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-07-281-3/+8
|/
* Merge "Limit Inspection->Lookup->Heartbeat lag" into stable/ussuriZuul2020-07-074-2/+38
|\
| * Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-064-2/+38
* | Fix serializing ironic-lib exceptionsDmitry Tantsur2020-07-061-0/+21
|/
* Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-032-10/+10
* Fixes minor issues in the read() retries patchDmitry Tantsur2020-06-301-3/+4
* Extend retries to 9, 10 seconds apart.Julia Kreger2020-06-291-2/+6
* Add full download retriesJulia Kreger2020-06-291-11/+30
* Add timeout operations to try and prevent hang on read()Julia Kreger2020-06-291-0/+52
* Make the install_bootloader command asynchronousDmitry Tantsur2020-06-091-11/+12
* Add timeout and retries when connection to an image server6.1.0Dmitry Tantsur2020-04-241-12/+70
* Merge "Add raid.apply_configuration deploy step"Zuul2020-04-211-0/+28
|\
| * Add raid.apply_configuration deploy stepDmitry Tantsur2020-04-201-0/+28
* | Mock get_node_boot_mode in software RAID unit testsDmitry Tantsur2020-04-201-0/+3
|/
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* A boot partition on a GPT disk should be considered an EFI partitionDmitry Tantsur2020-04-151-58/+43
* Merge "Add an ability to run in-band deploy steps"Zuul2020-04-093-29/+270
|\
| * Add an ability to run in-band deploy stepsMark Goddard2020-04-063-29/+270
* | Use unittest mock from standard libraryRiccardo Pittau2020-04-0622-24/+28
* | Software RAID: Add UEFI supportRaphael Glon2020-04-023-58/+860
|/
* Merge "Only check for partitions on devices that are part of software RAID"Zuul2020-04-021-16/+61
|\
| * Only check for partitions on devices that are part of software RAIDDmitry Tantsur2020-04-011-16/+61
* | Merge "Allow specifying target devices for software RAID"Zuul2020-04-011-0/+129
|\ \ | |/
| * Allow specifying target devices for software RAIDDmitry Tantsur2020-03-171-0/+129
* | Fix GPT partition tables after agent writes contentsJulia Kreger2020-03-291-2/+10