summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests
Commit message (Expand)AuthorAgeFilesLines
* Skip read-only devices with metadata erase3.6.3Julia Kreger2020-02-051-0/+27
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-222-12/+396
* Search for efi partitionIury Gregory Melo Ferreira2020-01-221-0/+46
* Stop logging lshw output, collect it with other logs insteadDmitry Tantsur2019-06-181-4/+6
* Merge "Ironic python agent does not extract correct available memory" into st...Zuul2019-05-171-6/+216
|\
| * Ironic python agent does not extract correct available memoryUros Orozel2019-04-161-6/+216
* | Bind mount /run into chroot when installing grubDerek Higgins2019-05-021-0/+16
|/
* Allow image checksum to be a URLDmitry Tantsur2019-02-251-10/+120
* Merge "Add secondary sorting by name when guessing root disk"Zuul2019-02-132-1/+63
|\
| * Add secondary sorting by name when guessing root diskArne Wiebalck2019-02-112-1/+63
* | Making ironic-python-agent able to stop with python 3.xRiccardo Pittau2019-02-041-1/+1
|/
* Merge "Attempt to read the partition table after writing an image"Zuul2019-01-041-3/+79
|\
| * Attempt to read the partition table after writing an imageSam Betts2018-11-191-3/+79
* | Allow erasing metadata from disk partitionsCorey Wright2018-11-131-21/+45
* | Merge "Fix multi-device behavior"Zuul2018-11-121-4/+71
|\ \ | |/ |/|
| * Fix multi-device behaviorJulia Kreger2018-09-241-4/+71
* | Merge "Allow streaming raw partition images"3.4.0Zuul2018-10-261-4/+30
|\ \
| * | Allow streaming raw partition imagesDmitry Tantsur2018-10-171-4/+30
* | | Follow up to parallel disk erasureKaifeng Wang2018-10-241-5/+7
* | | Merge "Parallel erase disk devices"Zuul2018-10-221-1/+63
|\ \ \
| * | | Parallel erase disk devicesZhenguo Niu2018-10-221-1/+63
| |/ /
* | | Enhanced checksum supportKaifeng Wang2018-10-151-8/+99
|/ /
* | Replace assertEqual(True/False, expr) with assertTrue/assertFalse in testsTao Li2018-09-182-6/+6
|/
* Merge "fall back to PARTUUID if UUID not found."3.3.0Zuul2018-08-031-3/+22
|\
| * fall back to PARTUUID if UUID not found.Matthew Thode2018-07-311-3/+22
* | Merge "Collect IPv6 address during introspection"Zuul2018-08-021-6/+18
|\ \
| * | Collect IPv6 address during introspectionzhengyong2018-07-241-6/+18
| |/
* | Install grub to PReP partition when prep_boot_part_uuid is providedMichael Turek2018-07-202-9/+95
|/
* Merge "Provide knob to disable ata secure erase"Zuul2018-06-291-0/+16
|\
| * Provide knob to disable ata secure eraseJulia Kreger2018-06-281-0/+16
* | Refuse secure erase if ATA command does not workJulia Kreger2018-06-281-1/+114
|/
* Try to unlock failed device before proceedingJulia Kreger2018-06-181-2/+6
* Merge "rework ATA secure erase"Zuul2018-05-171-21/+59
|\
| * rework ATA secure eraseWill Szumski2018-05-161-21/+59
* | Fix gate and bump CoreOS version to latest stable.Julia Kreger2018-05-102-4/+4
|/
* GenericHardwareManager: get mac address using netifacesHamdy Khader2018-03-131-8/+43
* mlnx hardware_manager: get mac address using netifacesMoshe Levi2018-03-111-48/+47
* Merge "Use lshw in place of dmidecode for the default hardware manager"Zuul2018-02-011-41/+132
|\
| * Use lshw in place of dmidecode for the default hardware managerMike Turek2018-01-301-41/+132
* | Follow-up patch for rescue extension for CoreOSShivanand Tendulker2018-01-301-1/+1
* | Execute error in _detect_cna_cardyuan liang2018-01-261-8/+9
|/
* Merge "Do not try unmounting the EFI partition if it was not mounted"Zuul2017-12-151-0/+30
|\
| * Do not try unmounting the EFI partition if it was not mountedDmitry Tantsur2017-12-141-0/+30
* | Merge "Report /dev/disk/by-path on inspection followup"Zuul2017-12-141-15/+12
|\ \
| * | Report /dev/disk/by-path on inspection followupIlya Etingof2017-12-141-15/+12
* | | Merge "Include IPA Version during heartbeat"Zuul2017-12-131-3/+81
|\ \ \
| * | | Include IPA Version during heartbeatSam Betts2017-12-071-3/+81
| | |/ | |/|
* | | Merge "Catch OSError thrown when hexdump is missing"Zuul2017-12-121-0/+15
|\ \ \
| * | | Catch OSError thrown when hexdump is missingJulia Kreger2017-12-111-0/+15
* | | | Merge "Rescue extension for CoreOS with DHCP tenant networks"Zuul2017-12-112-63/+204
|\ \ \ \