ironic/ironic/tests/unit/drivers/modules/ilo
Dmitry Tantsur 815705bc7d Fix RedfishManagement.get_mac_addresses and related functions
RedfishManagement.get_mac_addresses has two problems:
* It returns a dict while the base class documents returning a list
* The dict's values are Redfish-specific values

This change fixes this function to return a list and significantly
simplifies the related create_ports_if_not_exists.

Change-Id: I329cabe04662d0d668d4c3e04ecede5b4fdec6c6
2021-11-09 18:00:35 +01:00
..
__init__.py Move unit tests to correct directory 2015-09-30 17:47:19 -07:00
test_bios.py Increase version of hacking and pycodestyle 2021-07-28 11:33:15 +02:00
test_boot.py Clean step to remove CA certificates from iLO 2021-09-08 04:09:01 -07:00
test_common.py Clean step to remove CA certificates from iLO 2021-09-08 04:09:01 -07:00
test_console.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_firmware_processor.py Enforce autospec in ilo tests 2020-08-25 13:06:59 -04:00
test_inspect.py Fix RedfishManagement.get_mac_addresses and related functions 2021-11-09 18:00:35 +01:00
test_management.py Clean step to remove CA certificates from iLO 2021-09-08 04:09:01 -07:00
test_power.py Rename ilo_boot_iso -> boot_iso 2021-06-14 16:54:08 +02:00
test_raid.py Bye-bye iSCSI deploy, you served us well 2021-05-04 14:28:25 +02:00
test_vendor.py Refactor: untie IloVendor from validate_image_properties 2021-06-24 12:43:07 +02:00