ironic/ironic/tests/unit/drivers
Julia Kreger 8bf3f47476 IPMI: Handle vendor set boot device differences
Supermicro machines, when in UEFI mode, have a different
device number, in binary, to represent the hard disk from
other vendors such as Fujitsu which actually has somewhat
similar code in their driver.

This means we need to be somewhat cognizent of the vendor of
the BMC and possibly update the device mapping based upon that
vendor.

This may ultimately fix a number of IPMI related problems, because
there is a reliance upon the text output of ipmitool, which only
reads the bytes retured by the BMC, which may not be reality after
the next reset, espescialy if ipmitool doesn't know of the UEFI
operating difference.

NOTE: This had to be a direct cherry-pick from the original change
as the intermediate branch that we normally would have cherry-picked
from has had other changes made to it, which resulted in an unclean
backport, where as with the original change it was clean.

Change-Id: Ie19db9e0cf1eafdfc9bb46248f4d457337821f94
Story: 2008241
Task: 41085
(cherry picked from commit a7ac9ce8cd)
2021-03-24 14:44:44 +00:00
..
modules IPMI: Handle vendor set boot device differences 2021-03-24 14:44:44 +00:00
__init__.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
boot.ipxe Convert iPXE boot script to Jinja template 2016-11-21 18:44:38 +02:00
ipxe_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_boot_from_volume_extra_volume.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_boot_from_volume_no_extra_volumes.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
ipxe_config_timeout.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
pxe_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
pxe_grub_config.template Correct handling of ramdisk_params in (i)PXE boot 2019-10-28 10:03:25 +01:00
test_base.py Add indicator management harness to ManagementInterface 2019-08-26 12:05:29 +02:00
test_drac.py Add missing agent RAID compatibility for ilo5 and idrac 2020-07-18 11:15:53 +00:00
test_fake_hardware.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
test_generic.py Use openstacksdk for accessing ironic-inspector 2019-07-31 15:23:39 +02:00
test_ibmc.py Add Huawei iBMC driver support 2019-03-14 11:04:29 +08:00
test_ilo.py Add missing agent RAID compatibility for ilo5 and idrac 2020-07-18 11:15:53 +00:00
test_ipmi.py Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
test_irmc.py Deal with iPXE boot interface incompatibility in Train 2019-07-03 04:06:54 +00:00
test_redfish.py Add Redfish Virtual Media Boot support 2019-08-14 14:19:03 +02:00
test_snmp.py Switch the "snmp" hardware type to "noop" management 2018-08-07 15:40:29 +00:00
test_utils.py Collect ramdisk logs also during cleaning 2020-05-16 09:41:12 +00:00
test_xclarity.py tox.ini: flake8: Remove I202 from ignore list 2018-02-26 09:00:42 -08:00
third_party_driver_mock_specs.py Add indicator management to redfish hw type 2019-11-21 12:35:24 +01:00
third_party_driver_mocks.py opt: Enhance old stable branches to use latest python-ibmcclient 2020-10-21 21:18:17 +08:00