ironic/ironic/tests/unit/objects
Iury Gregory Melo Ferreira aecb581082 Firmware Interface
FirmwareInterface base
New Config options [default]
- enabled_firmware_interfaces
- default_firmware_interface

New FirmwareInterface base with update method
Implementations of FirmwareInterface
- FakeFirmware (fake)
- NoFirmware (no-firmware)

New entrypoint ironic.hardware.interfaces.firmware
* fake and no-firmware

Api Controllers
- Updated: driver/node/utils/versions
- Created: firmware

Unit tests
api-ref for Node Firmware

Fake and Noop implementation for FirmwareInterface

Change-Id: Ib3b9cb22099819f97d5eab1e3f1b670cb91cbb25
2023-07-11 07:39:15 -03:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_allocation.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_bios.py Include bios registry fields in bios API 2021-05-27 12:15:20 -04:00
test_chassis.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_conductor.py Bye-bye iSCSI deploy, you served us well 2021-05-04 14:28:25 +02:00
test_deploy_template.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_deployment.py Add RPC objects for deployment API 2020-04-30 12:09:20 +02:00
test_fields.py Stop using md5 for __repr__ of objects 2020-07-07 15:28:03 +02:00
test_firmware.py Add DB API for Firmware and Object 2023-06-28 14:05:21 -03:00
test_node.py Firmware Interface 2023-07-11 07:39:15 -03:00
test_node_history.py Implements node history: database 2021-09-09 09:35:09 -07:00
test_node_inventory.py Fix Inventory DB 2023-02-16 15:39:45 +00:00
test_notification.py driver_internal_info in provision notifications 2020-08-25 18:11:04 +00:00
test_objects.py Firmware Interface 2023-07-11 07:39:15 -03:00
test_port.py Use association_proxy for ports node_uuid 2022-12-14 09:14:14 +01:00
test_portgroup.py Use association_proxy for port groups node_uuid 2022-12-14 09:14:23 +01:00
test_trait.py Switch to unittest mock 2020-04-30 19:04:17 +02:00
test_volume_connector.py Enable foreign keys in SQLite 2021-12-15 14:58:53 +01:00
test_volume_target.py Enable foreign keys in SQLite 2021-12-15 14:58:53 +01:00
utils.py Add DB API for Firmware and Object 2023-06-28 14:05:21 -03:00