summaryrefslogtreecommitdiff
path: root/ironic/tests/unit/drivers/modules/test_ipmitool.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes console port conflict occurs in certain pathKaifeng Wang2023-02-151-0/+10
* Fix Node Console Duplicate Sol Sessiontaoruizhe2022-01-201-16/+38
* Yoga: Change default boot mode to uefiJulia Kreger2021-10-041-11/+43
* Automaticaly set cipher suiteIury Gregory Melo Ferreira2021-03-291-0/+289
* Refactor vendor detection and add Redfish implementationDmitry Tantsur2021-01-281-17/+4
* Merge "IPMI: Handle vendor set boot device differences"Zuul2020-12-141-6/+97
|\
| * IPMI: Handle vendor set boot device differencesJulia Kreger2020-12-141-6/+97
* | Fix ipmitool timing argument calculationSteve Baker2020-10-141-2/+36
|/
* Allow configuring IPMI cipher suiteDmitry Tantsur2020-09-161-0/+49
* Fix console auto port allocation under IPv6Kaifeng Wang2020-08-051-2/+3
* Merge "Use native oslo.concurrency execution timeout in ipmitool"Zuul2020-07-221-8/+27
|\
| * Use native oslo.concurrency execution timeout in ipmitoolDmitry Tantsur2020-07-061-8/+27
* | Use min_command_interval when ironic does IPMI retriesBob Fournier2020-07-101-1/+1
|/
* Change default to ``False`` for ``use_ipmitool_retries``Bob Fournier2020-05-291-0/+4
* New configuration parameter to use ipmitool retriesBob Fournier2020-05-281-0/+57
* Enforce autospec in some unit tests modulesRiccardo Pittau2020-05-061-5/+8
* Switch to unittest mockIury Gregory Melo Ferreira2020-04-301-1/+1
* Move ipmi logging to a separate optionJulia Kreger2020-03-131-4/+5
* Automatic port allocation for the serial consoleKaifeng Wang2020-02-101-4/+138
* Stop using six libraryRiccardo Pittau2019-12-231-7/+7
* Mock out the correct greenthread sleep methodVladyslav Drok2019-11-201-4/+4
* Allow to configure additional ipmitool retriable errorsVladyslav Drok2019-08-161-1/+7
* ipmi: Ignore sensor debug dataJulia Kreger2019-03-291-0/+74
* Kg key for IPMIv2 authenticationNikolay Fedotov2019-03-141-0/+14
* honor ipmi_port in serial console driversLars Kellogg-Stedman2019-03-131-8/+29
* Make ipmi_force_boot_device more user friendlyTony Breeds2019-01-151-5/+24
* Introduce configuration option [ipmi]ipmi_disable_timeoutKaifeng Wang2018-12-101-3/+15
* Merge "Kill misbehaving `ipmitool` process"Zuul2018-12-051-16/+29
|\
| * Kill misbehaving `ipmitool` processIlya Etingof2018-12-051-16/+29
* | Add ipmi_disable_timeout to avoid problematic IPMI commandTony Breeds2018-11-281-0/+14
|/
* Remove deprecated option [ipmi]retry_timeoutKaifeng Wang2018-07-211-18/+18
* Move boot-related code to boot_mode_utils.pyIlya Etingof2018-06-201-3/+3
* Remove the fake_ipmitool, fake_ipmitool_socat and fake_snmp driversDmitry Tantsur2018-06-121-311/+297
* Merge "Adds more `ipmitool` errors as retryable"Zuul2018-06-111-79/+112
|\
| * Adds more `ipmitool` errors as retryableIlya Etingof2018-06-061-79/+112
* | Remove excessive usage of mock_the_extension_manager in unit tests - part 1Dmitry Tantsur2018-05-151-3/+2
|/
* cleanup: Remove usage of some_dict.keys()John L. Villalovos2018-02-051-2/+2
* Merge "ipmitool: reboot: Don't power off node if already off"Jenkins2017-10-081-5/+36
|\
| * ipmitool: reboot: Don't power off node if already offJohn L. Villalovos2017-09-271-5/+36
* | Follow-up patch 'Cleanup unit tests for ipmittool'Akhila Kishore2017-10-031-7/+4
* | Cleanup unit tests for ipmittoolJohn L. Villalovos2017-09-251-77/+76
|/
* Use more specific asserts in testsBéla Vancsics2017-08-041-1/+1
* Mock random generator for BackoffLoopingCall in IPMI unittestsVladyslav Drok2017-07-071-4/+18
* Don't retry power status if power action failsJulian Edwards2017-06-271-43/+66
* Node should reflect what was savedRuby Loo2017-04-041-2/+6
* Merge "Ipmitool management driver for Inject NMI"Jenkins2017-01-231-0/+24
|\
| * Ipmitool management driver for Inject NMINaohiro Tamura2017-01-201-0/+24
* | Ipmitool power driver for soft reboot and soft power offNaohiro Tamura2017-01-131-9/+246
|/
* Update to hacking 0.12.0 and use new checksJohn L. Villalovos2016-11-081-4/+2
* Merge "IPMI command should depend on console type"Jenkins2016-10-201-2/+60
|\