summaryrefslogtreecommitdiff
path: root/ironic_python_agent/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Make logs collection a hardware manager callDmitry Tantsur2023-01-251-94/+23
* Merge "Remove oslo.serialization dependency"Zuul2022-07-021-2/+2
|\
| * Remove oslo.serialization dependencyRiccardo Pittau2022-06-171-2/+2
* | Collect udev properties in the ramdisk logsDmitry Tantsur2022-06-171-4/+41
|/
* Multipath Hardware path handlingJulia Kreger2022-05-181-8/+28
* Collect a full lsblk output in the ramdisk logsDmitry Tantsur2022-04-291-16/+4
* Add `mount` and `parted -l` to the collected commandsDmitry Tantsur2022-02-141-4/+8
* Use two more functions from disk_utilsDmitry Tantsur2021-11-181-85/+0
* Always include the oslo_log log file in ramdisk logsDmitry Tantsur2021-10-281-1/+54
* Force immediate NTP time sync with chronyd at IPA startupArne Wiebalck2021-07-161-27/+4
* Merge "Capture the early logging"Zuul2021-04-081-0/+23
|\
| * Capture the early loggingJulia Kreger2021-04-011-0/+23
* | Fix incorrect lsblk tag and add a virtual media jobDmitry Tantsur2021-03-301-14/+16
|/
* Validate vmedia for vmedia usageJulia Kreger2021-03-291-45/+184
* Refactor: use mounted from ironic-libDmitry Tantsur2021-03-231-158/+51
* New deploy step for injecting arbitrary filesDmitry Tantsur2021-02-161-0/+31
* Handle situation when a configdrive is already mountedDmitry Tantsur2020-12-161-1/+53
* Copy any configuration from the virtual mediaDmitry Tantsur2020-11-231-74/+129
* A boot partition on a GPT disk should be considered an EFI partitionDmitry Tantsur2020-04-151-58/+43
* Use unittest mock from standard libraryRiccardo Pittau2020-04-061-1/+1
* Software RAID: Add UEFI supportRaphael Glon2020-04-021-1/+262
* Add NTP time syncJulia Kreger2020-03-071-0/+105
* Avoid grub2-install when on UEFI boot modeIury Gregory Melo Ferreira2020-01-161-0/+24
* Omit configdrive and system_logs from loggingDmitry Tantsur2020-01-131-0/+11
* Merge "Collect lsblk and /proc/mdstat with ramdisk logs"Zuul2020-01-101-2/+4
|\
| * Collect lsblk and /proc/mdstat with ramdisk logsDmitry Tantsur2019-10-141-2/+4
* | Search for efi partitionIury Gregory Melo Ferreira2019-12-041-0/+46
* | Stop using six libraryRiccardo Pittau2019-11-291-5/+4
|/
* Fixes get_holder disks with nvme drivesRaphael Glon2019-08-131-0/+36
* Stop logging lshw output, collect it with other logs insteadDmitry Tantsur2019-06-171-4/+6
* Add secondary sorting by name when guessing root diskArne Wiebalck2019-02-111-0/+62
* Fix gate and bump CoreOS version to latest stable.Julia Kreger2018-05-101-2/+2
* Improve the catching of calls to 'execute' related functionsJohn L. Villalovos2017-10-231-6/+6
* Prevent tests' unmocked access to utils.execute()Julian Edwards2017-05-151-1/+6
* Add missing 'autospec' argument to mock.patchJohn L. Villalovos2017-03-191-53/+53
* Fix logs encoding in py3zackchen2017-03-141-0/+2
* Use flake8-import-orderJohn L. Villalovos2017-02-161-1/+1
* Configure and use SSL-related requests optionsPavlo Shchelokovskyy2017-01-131-0/+30
* Use oslo_serialization.base64 to follow OpenStack Python3Luong Anh Tuan2016-12-161-2/+2
* Use ironic_lib's execute()Ruby Loo2016-07-271-94/+7
* Replace the ps options when collecting logsLucas Alvares Gomes2016-07-071-2/+2
* Add a log extensionLucas Alvares Gomes2016-06-281-0/+116
* Replace assertRaisesRegexp with assertRaisesRegexMoshe Levi2016-06-221-1/+1
* Use assertIn and assertNotInEdan David2016-06-171-1/+1
* Get root device hints from the node objectLucas Alvares Gomes2016-05-261-36/+0
* Update unit tests to use six.moves.builtins.openMoshe Levi2016-02-171-10/+3
* Fix vfd mount for capitalized device nameNaohiro Tamura2016-02-081-5/+38
* Fix params order in assertEqualKan2016-01-131-3/+3
* Enforce all flake8 rules except E129John L. Villalovos2015-10-021-4/+3
* Add support for inspection using ironic-inspectorDmitry Tantsur2015-09-071-0/+24