summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests
Commit message (Expand)AuthorAgeFilesLines
* Make WSGI server respect listen_* directivesbugfix/6.2-eolbugfix/6.2Jay Faulkner2020-09-021-0/+45
* Fix bootloader install issue with MDRAIDDoug Szumski2020-08-131-2/+19
* Merge "Ignore devices with size 0 when collecting inventory" into bugfix/6.2Zuul2020-08-131-3/+8
|\
| * Ignore devices with size 0 when collecting inventoryDmitry Tantsur2020-08-101-3/+8
* | Fix TypeError on agent lookup failureJulia Kreger2020-08-071-0/+42
|/
* Merge "Limit Inspection->Lookup->Heartbeat lag"Zuul2020-07-064-2/+37
|\
| * Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-034-2/+37
* | Merge "Fix serializing ironic-lib exceptions"Zuul2020-07-061-0/+21
|\ \ | |/ |/|
| * Fix serializing ironic-lib exceptionsDmitry Tantsur2020-07-021-0/+21
* | Increase the ESP partition size to 550 MiB when using software RAIDDmitry Tantsur2020-07-022-10/+10
* | Merge "Mount all vfat partitions before calling grub2"Zuul2020-07-021-0/+49
|\ \ | |/ |/|
| * Mount all vfat partitions before calling grub2Arne Wiebalck2020-06-301-0/+49
* | Fixes minor issues in the read() retries patchDmitry Tantsur2020-06-301-3/+4
* | Merge "Extend retries to 9, 10 seconds apart."Zuul2020-06-291-2/+6
|\ \
| * | Extend retries to 9, 10 seconds apart.Julia Kreger2020-06-231-2/+6
* | | Merge "Minor clean-up follow-up to timeout on read() fix"Zuul2020-06-251-7/+2
|\ \ \ | |/ / |/| |
| * | Minor clean-up follow-up to timeout on read() fixJulia Kreger2020-06-241-7/+2
* | | Add full download retriesJulia Kreger2020-06-231-11/+30
|/ /
* | Add timeout operations to try and prevent hang on read()Julia Kreger2020-06-231-0/+52
* | Merge "Add a deploy step for writing an image"Zuul2020-06-201-0/+3
|\ \
| * | Add a deploy step for writing an imageDmitry Tantsur2020-06-021-0/+3
* | | Make get_partition_uuids work with whole disk imagesDmitry Tantsur2020-06-171-28/+57
* | | Merge "Split and move logic for partition tables"Zuul2020-06-111-2/+2
|\ \ \
| * | | Split and move logic for partition tablesRiccardo Pittau2020-05-251-2/+2
* | | | Merge "New extension call to return partition UUIDs"Zuul2020-06-091-0/+9
|\ \ \ \ | | |/ / | |/| |
| * | | New extension call to return partition UUIDsDmitry Tantsur2020-06-021-0/+9
| |/ /
* | | Make the install_bootloader command asynchronousDmitry Tantsur2020-06-081-11/+12
|/ /
* | Fix pep8 errorsRiccardo Pittau2020-05-124-592/+610
|/
* 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
* | Return false for MBR bootloader check on UEFI machinesJulia Kreger2020-03-231-0/+12
* | Merge "Fix agent token vmedia use"Zuul2020-03-201-2/+77
|\ \
| * | Fix agent token vmedia useJulia Kreger2020-03-201-2/+77
* | | Use crypt to generate saltIury Gregory Melo Ferreira2020-03-191-22/+4
|/ /
* | Rescan devices before performing uefi checksJulia Kreger2020-03-161-8/+32
|/
* Agent token supportJulia Kreger2020-03-124-5/+138
* Merge "Add NTP time sync"Zuul2020-03-112-3/+167
|\